Html Css Color HEX #DF229A Deep Cerise

📋 copy color: '#DF229A'

red 223 ◦ green 34 ◦ blue 154

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

Shades of Deep Cerise #DF229A

Tints of Deep Cerise #DF229A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 54.26%
G = 8.27%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF229A (or 0xDF229A) is known color: Deep Cerise. HEX triplet: DF, 22 and 9A. RGB value is (223,34,154). Sum of RGB (Red+Green+Blue) = 223+34+154=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF229A is #20DD65. Grayscale: #676767. Windows color (decimal): -2153830 or 10101471. OLE color: 10101471.

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

Color convert

RGB 223 34 154 -
CMYK 0 0.85 0.31 0.13
HSL 321.9º 0.75% 0.5% -
HSV(B) 321.9º 0.85% 0.87% -
XYZ 36.84 19.17 32.33 -
YUV 104.19 156.12 212.74 -
System Red Green Blue C M Y K H S L
Decimal 223 34 154 0 0.85 0.31 0.13 321.9 0.75 0.5
Hex DF 22 9A 0 55 1F D 142 4B 32
Octal 337 42 232 0 125 37 15 502 113 62
Binary 11011111 100010 10011010 0 1010101 11111 1101 101000010 1001011 110010

Color Harmonies of #DF229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF229A

Black with #DF229A

Text Example


Text Example

White with #DF229A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF229A; }

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

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

background-color css

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

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

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

border-color css

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

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

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