Html Css Color HEX #DE226B Cerise

📋 copy color: '#DE226B'

red 222 ◦ green 34 ◦ blue 107

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

Shades of Cerise #DE226B

Tints of Cerise #DE226B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.37%

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

R = 61.16%
G = 9.37%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE226B (or 0xDE226B) is known color: Cerise. HEX triplet: DE, 22 and 6B. RGB value is (222,34,107). Sum of RGB (Red+Green+Blue) = 222+34+107=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE226B is #21DD94. Grayscale: #626262. Windows color (decimal): -2219413 or 7021278. OLE color: 7021278.

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

Color convert

RGB 222 34 107 -
CMYK 0 0.85 0.52 0.13
HSL 336.7º 0.74% 0.5% -
HSV(B) 336.7º 0.85% 0.87% -
XYZ 33.35 17.74 15.58 -
YUV 98.53 132.78 216.06 -
System Red Green Blue C M Y K H S L
Decimal 222 34 107 0 0.85 0.52 0.13 336.7 0.74 0.5
Hex DE 22 6B 0 55 34 D 151 4A 32
Octal 336 42 153 0 125 64 15 521 112 62
Binary 11011110 100010 1101011 0 1010101 110100 1101 101010001 1001010 110010

Color Harmonies of #DE226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE226B

Black with #DE226B

Text Example


Text Example

White with #DE226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE226B; }

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

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

background-color css

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

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

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

border-color css

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

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

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