Html Css Color HEX #DF2E9B Deep Cerise

📋 copy color: '#DF2E9B'

red 223 ◦ green 46 ◦ blue 155

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

Shades of Deep Cerise #DF2E9B

Tints of Deep Cerise #DF2E9B

RGB

 RED value IS 223 (87.5% from 255) = 52.59%

 GREEN value IS 46 (18.36% from 255) = 10.85%

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 52.59%
G = 10.85%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF2E9B (or 0xDF2E9B) is known color: Deep Cerise. HEX triplet: DF, 2E and 9B. RGB value is (223,46,155). Sum of RGB (Red+Green+Blue) = 223+46+155=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2E9B is #20D164. Grayscale: #6F6F6F. Windows color (decimal): -2150757 or 10170079. OLE color: 10170079.

HSL color Cylindrical-coordinate representation of color #DF2E9B: hue angle of 323.05º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2E9B is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 46 155 -
CMYK 0 0.79 0.30 0.13
HSL 323.05º 0.73% 0.53% -
HSV(B) 323.05º 0.79% 0.87% -
XYZ 37.32 20.01 32.91 -
YUV 111.35 152.64 207.64 -
System Red Green Blue C M Y K H S L
Decimal 223 46 155 0 0.79 0.30 0.13 323.05 0.73 0.53
Hex DF 2E 9B 0 4F 1E D 143 49 35
Octal 337 56 233 0 117 36 15 503 111 65
Binary 11011111 101110 10011011 0 1001111 11110 1101 101000011 1001001 110101

Color Harmonies of #DF2E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E9B

Black with #DF2E9B

Text Example


Text Example

White with #DF2E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E9B; }

 p { color: rgb(223,46,155); }

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

background-color css

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

 a { background-color: rgb(223,46,155); }

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

border-color css

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

 span { border-color: rgb(223,46,155); }

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