Html Css Color HEX #D46675 Froly

📋 copy color: '#D46675'

red 212 ◦ green 102 ◦ blue 117

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

Shades of Froly #D46675

Tints of Froly #D46675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 49.19%
G = 23.67%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D46675 (or 0xD46675) is known color: Froly. HEX triplet: D4, 66 and 75. RGB value is (212,102,117). Sum of RGB (Red+Green+Blue) = 212+102+117=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D46675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46675 is #2B998A. Grayscale: #888888. Windows color (decimal): -2857355 or 7694036. OLE color: 7694036.

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

Color convert

RGB 212 102 117 -
CMYK 0 0.52 0.45 0.17
HSL 351.82º 0.56% 0.62% -
HSV(B) 351.82º 0.52% 0.83% -
XYZ 35.11 24.78 19.76 -
YUV 136.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 212 102 117 0 0.52 0.45 0.17 351.82 0.56 0.62
Hex D4 66 75 0 34 2D 11 160 38 3E
Octal 324 146 165 0 64 55 21 540 70 76
Binary 11010100 1100110 1110101 0 110100 101101 10001 101100000 111000 111110

Color Harmonies of #D46675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46675

Black with #D46675

Text Example


Text Example

White with #D46675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46675; }

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

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

background-color css

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

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

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

border-color css

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

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

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