Html Css Color HEX #D9606A Froly

📋 copy color: '#D9606A'

red 217 ◦ green 96 ◦ blue 106

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

Shades of Froly #D9606A

Tints of Froly #D9606A

RGB

 RED value IS 217 (85.16% from 255) = 51.79%

 GREEN value IS 96 (37.89% from 255) = 22.91%

 BLUE value IS 106 (41.8% from 255) = 25.3%

R = 51.79%
G = 22.91%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9606A (or 0xD9606A) is known color: Froly. HEX triplet: D9, 60 and 6A. RGB value is (217,96,106). Sum of RGB (Red+Green+Blue) = 217+96+106=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D9606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9606A is #269F95. Grayscale: #858585. Windows color (decimal): -2531222 or 6971609. OLE color: 6971609.

HSL color Cylindrical-coordinate representation of color #D9606A: hue angle of 355.04º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9606A is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 96 106 -
CMYK 0 0.56 0.51 0.15
HSL 355.04º 0.61% 0.61% -
HSV(B) 355.04º 0.56% 0.85% -
XYZ 35.4 24.16 16.43 -
YUV 133.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 217 96 106 0 0.56 0.51 0.15 355.04 0.61 0.61
Hex D9 60 6A 0 38 33 F 163 3D 3D
Octal 331 140 152 0 70 63 17 543 75 75
Binary 11011001 1100000 1101010 0 111000 110011 1111 101100011 111101 111101

Color Harmonies of #D9606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9606A

Black with #D9606A

Text Example


Text Example

White with #D9606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9606A; }

 p { color: rgb(217,96,106); }

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

background-color css

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

 a { background-color: rgb(217,96,106); }

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

border-color css

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

 span { border-color: rgb(217,96,106); }

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