Html Css Color HEX #DE6063 Froly

📋 copy color: '#DE6063'

red 222 ◦ green 96 ◦ blue 99

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

Shades of Froly #DE6063

Tints of Froly #DE6063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.74%

R = 53.24%
G = 23.02%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE6063 (or 0xDE6063) is known color: Froly. HEX triplet: DE, 60 and 63. RGB value is (222,96,99). Sum of RGB (Red+Green+Blue) = 222+96+99=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6063 is #219F9C. Grayscale: #868686. Windows color (decimal): -2203549 or 6512862. OLE color: 6512862.

HSL color Cylindrical-coordinate representation of color #DE6063: hue angle of 358.57º 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 #DE6063 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 96 99 -
CMYK 0 0.57 0.55 0.13
HSL 358.57º 0.66% 0.62% -
HSV(B) 358.57º 0.57% 0.87% -
XYZ 36.56 24.8 14.66 -
YUV 134.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 222 96 99 0 0.57 0.55 0.13 358.57 0.66 0.62
Hex DE 60 63 0 39 37 D 167 42 3E
Octal 336 140 143 0 71 67 15 547 102 76
Binary 11011110 1100000 1100011 0 111001 110111 1101 101100111 1000010 111110

Color Harmonies of #DE6063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6063

Black with #DE6063

Text Example


Text Example

White with #DE6063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6063; }

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

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

background-color css

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

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

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

border-color css

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

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

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