Html Css Color HEX #DE1B7B Deep Cerise

📋 copy color: '#DE1B7B'

red 222 ◦ green 27 ◦ blue 123

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

Shades of Deep Cerise #DE1B7B

Tints of Deep Cerise #DE1B7B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.26%

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 59.68%
G = 7.26%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE1B7B (or 0xDE1B7B) is known color: Deep Cerise. HEX triplet: DE, 1B and 7B. RGB value is (222,27,123). Sum of RGB (Red+Green+Blue) = 222+27+123=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1B7B is #21E484. Grayscale: #606060. Windows color (decimal): -2221189 or 8068062. OLE color: 8068062.

HSL color Cylindrical-coordinate representation of color #DE1B7B: hue angle of 330.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1B7B is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 27 123 -
CMYK 0 0.88 0.45 0.13
HSL 330.46º 0.78% 0.49% -
HSV(B) 330.46º 0.88% 0.87% -
XYZ 34.09 17.74 20.37 -
YUV 96.25 143.1 217.69 -
System Red Green Blue C M Y K H S L
Decimal 222 27 123 0 0.88 0.45 0.13 330.46 0.78 0.49
Hex DE 1B 7B 0 58 2D D 14A 4E 31
Octal 336 33 173 0 130 55 15 512 116 61
Binary 11011110 11011 1111011 0 1011000 101101 1101 101001010 1001110 110001

Color Harmonies of #DE1B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1B7B

Black with #DE1B7B

Text Example


Text Example

White with #DE1B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1B7B; }

 p { color: rgb(222,27,123); }

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

background-color css

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

 a { background-color: rgb(222,27,123); }

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

border-color css

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

 span { border-color: rgb(222,27,123); }

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