Html Css Color HEX #DF229B Deep Cerise

📋 copy color: '#DF229B'

red 223 ◦ green 34 ◦ blue 155

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

Shades of Deep Cerise #DF229B

Tints of Deep Cerise #DF229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.25%

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

R = 54.13%
G = 8.25%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF229B (or 0xDF229B) is known color: Deep Cerise. HEX triplet: DF, 22 and 9B. RGB value is (223,34,155). Sum of RGB (Red+Green+Blue) = 223+34+155=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF229B is #20DD64. Grayscale: #686868. Windows color (decimal): -2153829 or 10167007. OLE color: 10167007.

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

Color convert

RGB 223 34 155 -
CMYK 0 0.85 0.30 0.13
HSL 321.59º 0.75% 0.5% -
HSV(B) 321.59º 0.85% 0.87% -
XYZ 36.92 19.2 32.77 -
YUV 104.31 156.62 212.66 -
System Red Green Blue C M Y K H S L
Decimal 223 34 155 0 0.85 0.30 0.13 321.59 0.75 0.5
Hex DF 22 9B 0 55 1E D 142 4B 32
Octal 337 42 233 0 125 36 15 502 113 62
Binary 11011111 100010 10011011 0 1010101 11110 1101 101000010 1001011 110010

Color Harmonies of #DF229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF229B

Black with #DF229B

Text Example


Text Example

White with #DF229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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