Html Css Color HEX #D4666B Froly

📋 copy color: '#D4666B'

red 212 ◦ green 102 ◦ blue 107

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

Shades of Froly #D4666B

Tints of Froly #D4666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.42%

R = 50.36%
G = 24.23%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4666B (or 0xD4666B) is known color: Froly. HEX triplet: D4, 66 and 6B. RGB value is (212,102,107). Sum of RGB (Red+Green+Blue) = 212+102+107=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4666B is #2B9994. Grayscale: #878787. Windows color (decimal): -2857365 or 7038676. OLE color: 7038676.

HSL color Cylindrical-coordinate representation of color #D4666B: hue angle of 357.27º 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 #D4666B is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 102 107 -
CMYK 0 0.52 0.50 0.17
HSL 357.27º 0.56% 0.62% -
HSV(B) 357.27º 0.52% 0.83% -
XYZ 34.56 24.56 16.83 -
YUV 135.46 111.94 182.59 -
System Red Green Blue C M Y K H S L
Decimal 212 102 107 0 0.52 0.50 0.17 357.27 0.56 0.62
Hex D4 66 6B 0 34 32 11 165 38 3E
Octal 324 146 153 0 64 62 21 545 70 76
Binary 11010100 1100110 1101011 0 110100 110010 10001 101100101 111000 111110

Color Harmonies of #D4666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4666B

Black with #D4666B

Text Example


Text Example

White with #D4666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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