Html Css Color HEX #DE2969 Cerise

📋 copy color: '#DE2969'

red 222 ◦ green 41 ◦ blue 105

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

Shades of Cerise #DE2969

Tints of Cerise #DE2969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.14%

 BLUE value IS 105 (41.41% from 255) = 28.53%

R = 60.33%
G = 11.14%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE2969 (or 0xDE2969) is known color: Cerise. HEX triplet: DE, 29 and 69. RGB value is (222,41,105). Sum of RGB (Red+Green+Blue) = 222+41+105=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2969 is #21D696. Grayscale: #666666. Windows color (decimal): -2217623 or 6891998. OLE color: 6891998.

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

Color convert

RGB 222 41 105 -
CMYK 0 0.82 0.53 0.13
HSL 338.78º 0.73% 0.52% -
HSV(B) 338.78º 0.82% 0.87% -
XYZ 33.47 18.14 15.1 -
YUV 102.42 129.47 213.3 -
System Red Green Blue C M Y K H S L
Decimal 222 41 105 0 0.82 0.53 0.13 338.78 0.73 0.52
Hex DE 29 69 0 52 35 D 153 49 34
Octal 336 51 151 0 122 65 15 523 111 64
Binary 11011110 101001 1101001 0 1010010 110101 1101 101010011 1001001 110100

Color Harmonies of #DE2969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2969

Black with #DE2969

Text Example


Text Example

White with #DE2969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2969; }

 p { color: rgb(222,41,105); }

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

background-color css

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

 a { background-color: rgb(222,41,105); }

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

border-color css

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

 span { border-color: rgb(222,41,105); }

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