Html Css Color HEX #DE266D Cerise

📋 copy color: '#DE266D'

red 222 ◦ green 38 ◦ blue 109

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

Shades of Cerise #DE266D

Tints of Cerise #DE266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.3%

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

R = 60.16%
G = 10.3%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE266D (or 0xDE266D) is known color: Cerise. HEX triplet: DE, 26 and 6D. RGB value is (222,38,109). Sum of RGB (Red+Green+Blue) = 222+38+109=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE266D is #21D992. Grayscale: #656565. Windows color (decimal): -2218387 or 7153374. OLE color: 7153374.

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

Color convert

RGB 222 38 109 -
CMYK 0 0.83 0.51 0.13
HSL 336.85º 0.74% 0.51% -
HSV(B) 336.85º 0.83% 0.87% -
XYZ 33.58 18.02 16.18 -
YUV 101.11 132.46 214.23 -
System Red Green Blue C M Y K H S L
Decimal 222 38 109 0 0.83 0.51 0.13 336.85 0.74 0.51
Hex DE 26 6D 0 53 33 D 151 4A 33
Octal 336 46 155 0 123 63 15 521 112 63
Binary 11011110 100110 1101101 0 1010011 110011 1101 101010001 1001010 110011

Color Harmonies of #DE266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE266D

Black with #DE266D

Text Example


Text Example

White with #DE266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE266D; }

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

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

background-color css

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

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

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

border-color css

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

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

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