Html Css Color HEX #DE606E Froly

📋 copy color: '#DE606E'

red 222 ◦ green 96 ◦ blue 110

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

Shades of Froly #DE606E

Tints of Froly #DE606E

RGB

 RED value IS 222 (87.11% from 255) = 51.87%

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

 BLUE value IS 110 (43.36% from 255) = 25.7%

R = 51.87%
G = 22.43%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE606E (or 0xDE606E) is known color: Froly. HEX triplet: DE, 60 and 6E. RGB value is (222,96,110). Sum of RGB (Red+Green+Blue) = 222+96+110=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE606E is #219F91. Grayscale: #878787. Windows color (decimal): -2203538 or 7233758. OLE color: 7233758.

HSL color Cylindrical-coordinate representation of color #DE606E: hue angle of 353.33º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE606E is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 96 110 -
CMYK 0 0.57 0.50 0.13
HSL 353.33º 0.66% 0.62% -
HSV(B) 353.33º 0.57% 0.87% -
XYZ 37.12 25.02 17.62 -
YUV 135.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 222 96 110 0 0.57 0.50 0.13 353.33 0.66 0.62
Hex DE 60 6E 0 39 32 D 161 42 3E
Octal 336 140 156 0 71 62 15 541 102 76
Binary 11011110 1100000 1101110 0 111001 110010 1101 101100001 1000010 111110

Color Harmonies of #DE606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE606E

Black with #DE606E

Text Example


Text Example

White with #DE606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE606E; }

 p { color: rgb(222,96,110); }

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

background-color css

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

 a { background-color: rgb(222,96,110); }

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

border-color css

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

 span { border-color: rgb(222,96,110); }

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