Html Css Color HEX #D6636E Froly

📋 copy color: '#D6636E'

red 214 ◦ green 99 ◦ blue 110

#D6636E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D6636E

Tints of Froly #D6636E

RGB

 RED value IS 214 (83.98% from 255) = 50.59%

 GREEN value IS 99 (39.06% from 255) = 23.4%

 BLUE value IS 110 (43.36% from 255) = 26%

R = 50.59%
G = 23.4%
B = 26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6636E (or 0xD6636E) is known color: Froly. HEX triplet: D6, 63 and 6E. RGB value is (214,99,110). Sum of RGB (Red+Green+Blue) = 214+99+110=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6636E is #299C91. Grayscale: #868686. Windows color (decimal): -2727058 or 7234518. OLE color: 7234518.

HSL color Cylindrical-coordinate representation of color #D6636E: hue angle of 354.26º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6636E is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 99 110 -
CMYK 0 0.54 0.49 0.16
HSL 354.26º 0.58% 0.61% -
HSV(B) 354.26º 0.54% 0.84% -
XYZ 35.01 24.35 17.61 -
YUV 134.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 214 99 110 0 0.54 0.49 0.16 354.26 0.58 0.61
Hex D6 63 6E 0 36 31 10 162 3A 3D
Octal 326 143 156 0 66 61 20 542 72 75
Binary 11010110 1100011 1101110 0 110110 110001 10000 101100010 111010 111101

Color Harmonies of #D6636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6636E

Black with #D6636E

Text Example


Text Example

White with #D6636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6636E; }

 p { color: rgb(214,99,110); }

 H1.HeaderClassName
 {
   color: #D6636E;
 }
 .AnyTagClassName
 {
   color: #D6636E;
 }
</style>

background-color css

<style>
 a { background-color: #D6636E; }

 a { background-color: rgb(214,99,110); }

 div.DivClassName
 {
   background-color: #D6636E;
 }
 .BgClassName
 {
   background-color: #D6636E;
 }
</style>

border-color css

<style>
 span { border-color: #D6636E; }

 span { border-color: rgb(214,99,110); }

 td.TdClassName
 {
   border-color: #D6636E;
 }
 .TagClassName
 {
   border-color: #D6636E;
 }
</style>