Html Css Color HEX #DE3063 Cerise

📋 copy color: '#DE3063'

red 222 ◦ green 48 ◦ blue 99

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

Shades of Cerise #DE3063

Tints of Cerise #DE3063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.01%

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

R = 60.16%
G = 13.01%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE3063 (or 0xDE3063) is known color: Cerise. HEX triplet: DE, 30 and 63. RGB value is (222,48,99). Sum of RGB (Red+Green+Blue) = 222+48+99=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3063 is #21CF9C. Grayscale: #696969. Windows color (decimal): -2215837 or 6500574. OLE color: 6500574.

HSL color Cylindrical-coordinate representation of color #DE3063: hue angle of 342.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE3063 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 48 99 -
CMYK 0 0.78 0.55 0.13
HSL 342.41º 0.73% 0.53% -
HSV(B) 342.41º 0.78% 0.87% -
XYZ 33.43 18.54 13.62 -
YUV 105.84 124.15 210.85 -
System Red Green Blue C M Y K H S L
Decimal 222 48 99 0 0.78 0.55 0.13 342.41 0.73 0.53
Hex DE 30 63 0 4E 37 D 156 48 35
Octal 336 60 143 0 116 67 15 526 110 65
Binary 11011110 110000 1100011 0 1001110 110111 1101 101010110 1001000 110101

Color Harmonies of #DE3063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3063

Black with #DE3063

Text Example


Text Example

White with #DE3063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3063; }

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

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

background-color css

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

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

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

border-color css

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

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

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