Html Css Color HEX #DE3268 Cerise

📋 copy color: '#DE3268'

red 222 ◦ green 50 ◦ blue 104

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

Shades of Cerise #DE3268

Tints of Cerise #DE3268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.3%

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 59.04%
G = 13.3%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE3268 (or 0xDE3268) is known color: Cerise. HEX triplet: DE, 32 and 68. RGB value is (222,50,104). Sum of RGB (Red+Green+Blue) = 222+50+104=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3268 is #21CD97. Grayscale: #6B6B6B. Windows color (decimal): -2215320 or 6828766. OLE color: 6828766.

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

Color convert

RGB 222 50 104 -
CMYK 0 0.77 0.53 0.13
HSL 341.16º 0.72% 0.53% -
HSV(B) 341.16º 0.77% 0.87% -
XYZ 33.76 18.81 14.95 -
YUV 107.58 125.98 209.61 -
System Red Green Blue C M Y K H S L
Decimal 222 50 104 0 0.77 0.53 0.13 341.16 0.72 0.53
Hex DE 32 68 0 4D 35 D 155 48 35
Octal 336 62 150 0 115 65 15 525 110 65
Binary 11011110 110010 1101000 0 1001101 110101 1101 101010101 1001000 110101

Color Harmonies of #DE3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3268

Black with #DE3268

Text Example


Text Example

White with #DE3268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3268; }

 p { color: rgb(222,50,104); }

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

background-color css

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

 a { background-color: rgb(222,50,104); }

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

border-color css

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

 span { border-color: rgb(222,50,104); }

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