Html Css Color HEX #DE266E Cerise

📋 copy color: '#DE266E'

red 222 ◦ green 38 ◦ blue 110

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

Shades of Cerise #DE266E

Tints of Cerise #DE266E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 60%
G = 10.27%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE266E (or 0xDE266E) is known color: Cerise. HEX triplet: DE, 26 and 6E. RGB value is (222,38,110). Sum of RGB (Red+Green+Blue) = 222+38+110=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE266E is #21D991. Grayscale: #656565. Windows color (decimal): -2218386 or 7218910. OLE color: 7218910.

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

Color convert

RGB 222 38 110 -
CMYK 0 0.83 0.50 0.13
HSL 336.52º 0.74% 0.51% -
HSV(B) 336.52º 0.83% 0.87% -
XYZ 33.63 18.04 16.46 -
YUV 101.22 132.96 214.15 -
System Red Green Blue C M Y K H S L
Decimal 222 38 110 0 0.83 0.50 0.13 336.52 0.74 0.51
Hex DE 26 6E 0 53 32 D 151 4A 33
Octal 336 46 156 0 123 62 15 521 112 63
Binary 11011110 100110 1101110 0 1010011 110010 1101 101010001 1001010 110011

Color Harmonies of #DE266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE266E

Black with #DE266E

Text Example


Text Example

White with #DE266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE266E; }

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

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

background-color css

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

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

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

border-color css

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

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

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