Html Css Color HEX #DE2D6D Cerise

📋 copy color: '#DE2D6D'

red 222 ◦ green 45 ◦ blue 109

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

Shades of Cerise #DE2D6D

Tints of Cerise #DE2D6D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.97%

 BLUE value IS 109 (42.97% from 255) = 28.99%

R = 59.04%
G = 11.97%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE2D6D (or 0xDE2D6D) is known color: Cerise. HEX triplet: DE, 2D and 6D. RGB value is (222,45,109). Sum of RGB (Red+Green+Blue) = 222+45+109=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2D6D is #21D292. Grayscale: #696969. Windows color (decimal): -2216595 or 7155166. OLE color: 7155166.

HSL color Cylindrical-coordinate representation of color #DE2D6D: hue angle of 338.31º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2D6D is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 45 109 -
CMYK 0 0.80 0.51 0.13
HSL 338.31º 0.73% 0.52% -
HSV(B) 338.31º 0.8% 0.87% -
XYZ 33.82 18.51 16.26 -
YUV 105.22 130.14 211.3 -
System Red Green Blue C M Y K H S L
Decimal 222 45 109 0 0.80 0.51 0.13 338.31 0.73 0.52
Hex DE 2D 6D 0 50 33 D 152 49 34
Octal 336 55 155 0 120 63 15 522 111 64
Binary 11011110 101101 1101101 0 1010000 110011 1101 101010010 1001001 110100

Color Harmonies of #DE2D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D6D

Black with #DE2D6D

Text Example


Text Example

White with #DE2D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D6D; }

 p { color: rgb(222,45,109); }

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

background-color css

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

 a { background-color: rgb(222,45,109); }

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

border-color css

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

 span { border-color: rgb(222,45,109); }

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