Html Css Color HEX #DE296B Cerise

📋 copy color: '#DE296B'

red 222 ◦ green 41 ◦ blue 107

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

Shades of Cerise #DE296B

Tints of Cerise #DE296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 60%
G = 11.08%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE296B (or 0xDE296B) is known color: Cerise. HEX triplet: DE, 29 and 6B. RGB value is (222,41,107). Sum of RGB (Red+Green+Blue) = 222+41+107=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE296B is #21D694. Grayscale: #666666. Windows color (decimal): -2217621 or 7023070. OLE color: 7023070.

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

Color convert

RGB 222 41 107 -
CMYK 0 0.82 0.52 0.13
HSL 338.12º 0.73% 0.52% -
HSV(B) 338.12º 0.82% 0.87% -
XYZ 33.57 18.18 15.65 -
YUV 102.64 130.47 213.13 -
System Red Green Blue C M Y K H S L
Decimal 222 41 107 0 0.82 0.52 0.13 338.12 0.73 0.52
Hex DE 29 6B 0 52 34 D 152 49 34
Octal 336 51 153 0 122 64 15 522 111 64
Binary 11011110 101001 1101011 0 1010010 110100 1101 101010010 1001001 110100

Color Harmonies of #DE296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE296B

Black with #DE296B

Text Example


Text Example

White with #DE296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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