Html Css Color HEX #D66372 Froly

📋 copy color: '#D66372'

red 214 ◦ green 99 ◦ blue 114

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

Shades of Froly #D66372

Tints of Froly #D66372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 50.12%
G = 23.19%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D66372 (or 0xD66372) is known color: Froly. HEX triplet: D6, 63 and 72. RGB value is (214,99,114). Sum of RGB (Red+Green+Blue) = 214+99+114=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D66372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66372 is #299C8D. Grayscale: #878787. Windows color (decimal): -2727054 or 7496662. OLE color: 7496662.

HSL color Cylindrical-coordinate representation of color #D66372: hue angle of 352.17º 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 #D66372 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 99 114 -
CMYK 0 0.54 0.47 0.16
HSL 352.17º 0.58% 0.61% -
HSV(B) 352.17º 0.54% 0.84% -
XYZ 35.23 24.43 18.78 -
YUV 135.1 116.1 184.28 -
System Red Green Blue C M Y K H S L
Decimal 214 99 114 0 0.54 0.47 0.16 352.17 0.58 0.61
Hex D6 63 72 0 36 2F 10 160 3A 3D
Octal 326 143 162 0 66 57 20 540 72 75
Binary 11010110 1100011 1110010 0 110110 101111 10000 101100000 111010 111101

Color Harmonies of #D66372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66372

Black with #D66372

Text Example


Text Example

White with #D66372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66372; }

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

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

background-color css

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

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

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

border-color css

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

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

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