Html Css Color HEX #D96570 Froly

📋 copy color: '#D96570'

red 217 ◦ green 101 ◦ blue 112

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

Shades of Froly #D96570

Tints of Froly #D96570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.49%

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 50.47%
G = 23.49%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D96570 (or 0xD96570) is known color: Froly. HEX triplet: D9, 65 and 70. RGB value is (217,101,112). Sum of RGB (Red+Green+Blue) = 217+101+112=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D96570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96570 is #269A8F. Grayscale: #898989. Windows color (decimal): -2529936 or 7366105. OLE color: 7366105.

HSL color Cylindrical-coordinate representation of color #D96570: hue angle of 354.31º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96570 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 101 112 -
CMYK 0 0.53 0.48 0.15
HSL 354.31º 0.6% 0.62% -
HSV(B) 354.31º 0.53% 0.85% -
XYZ 36.19 25.23 18.29 -
YUV 136.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 217 101 112 0 0.53 0.48 0.15 354.31 0.6 0.62
Hex D9 65 70 0 35 30 F 162 3C 3E
Octal 331 145 160 0 65 60 17 542 74 76
Binary 11011001 1100101 1110000 0 110101 110000 1111 101100010 111100 111110

Color Harmonies of #D96570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96570

Black with #D96570

Text Example


Text Example

White with #D96570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96570; }

 p { color: rgb(217,101,112); }

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

background-color css

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

 a { background-color: rgb(217,101,112); }

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

border-color css

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

 span { border-color: rgb(217,101,112); }

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