Html Css Color HEX #DE268D Deep Cerise

📋 copy color: '#DE268D'

red 222 ◦ green 38 ◦ blue 141

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

Shades of Deep Cerise #DE268D

Tints of Deep Cerise #DE268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 55.36%
G = 9.48%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE268D (or 0xDE268D) is known color: Deep Cerise. HEX triplet: DE, 26 and 8D. RGB value is (222,38,141). Sum of RGB (Red+Green+Blue) = 222+38+141=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE268D is #21D972. Grayscale: #686868. Windows color (decimal): -2218355 or 9250526. OLE color: 9250526.

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

Color convert

RGB 222 38 141 -
CMYK 0 0.83 0.36 0.13
HSL 326.41º 0.74% 0.51% -
HSV(B) 326.41º 0.83% 0.87% -
XYZ 35.63 18.84 26.96 -
YUV 104.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 222 38 141 0 0.83 0.36 0.13 326.41 0.74 0.51
Hex DE 26 8D 0 53 24 D 146 4A 33
Octal 336 46 215 0 123 44 15 506 112 63
Binary 11011110 100110 10001101 0 1010011 100100 1101 101000110 1001010 110011

Color Harmonies of #DE268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE268D

Black with #DE268D

Text Example


Text Example

White with #DE268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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