Html Css Color HEX #D4666C Froly

📋 copy color: '#D4666C'

red 212 ◦ green 102 ◦ blue 108

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

Shades of Froly #D4666C

Tints of Froly #D4666C

RGB

 RED value IS 212 (83.2% from 255) = 50.24%

 GREEN value IS 102 (40.23% from 255) = 24.17%

 BLUE value IS 108 (42.58% from 255) = 25.59%

R = 50.24%
G = 24.17%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4666C (or 0xD4666C) is known color: Froly. HEX triplet: D4, 66 and 6C. RGB value is (212,102,108). Sum of RGB (Red+Green+Blue) = 212+102+108=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4666C is #2B9993. Grayscale: #878787. Windows color (decimal): -2857364 or 7104212. OLE color: 7104212.

HSL color Cylindrical-coordinate representation of color #D4666C: hue angle of 356.73º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4666C is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 102 108 -
CMYK 0 0.52 0.49 0.17
HSL 356.73º 0.56% 0.62% -
HSV(B) 356.73º 0.52% 0.83% -
XYZ 34.61 24.58 17.11 -
YUV 135.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 212 102 108 0 0.52 0.49 0.17 356.73 0.56 0.62
Hex D4 66 6C 0 34 31 11 165 38 3E
Octal 324 146 154 0 64 61 21 545 70 76
Binary 11010100 1100110 1101100 0 110100 110001 10001 101100101 111000 111110

Color Harmonies of #D4666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4666C

Black with #D4666C

Text Example


Text Example

White with #D4666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4666C; }

 p { color: rgb(212,102,108); }

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

background-color css

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

 a { background-color: rgb(212,102,108); }

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

border-color css

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

 span { border-color: rgb(212,102,108); }

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