Html Css Color HEX #DF29A0 Deep Cerise

📋 copy color: '#DF29A0'

red 223 ◦ green 41 ◦ blue 160

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

Shades of Deep Cerise #DF29A0

Tints of Deep Cerise #DF29A0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.67%

 BLUE value IS 160 (62.89% from 255) = 37.74%

R = 52.59%
G = 9.67%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF29A0 (or 0xDF29A0) is known color: Deep Cerise. HEX triplet: DF, 29 and A0. RGB value is (223,41,160). Sum of RGB (Red+Green+Blue) = 223+41+160=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF29A0 is #20D65F. Grayscale: #6C6C6C. Windows color (decimal): -2152032 or 10496479. OLE color: 10496479.

HSL color Cylindrical-coordinate representation of color #DF29A0: hue angle of 320.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF29A0 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 41 160 -
CMYK 0 0.82 0.28 0.13
HSL 320.77º 0.74% 0.52% -
HSV(B) 320.77º 0.82% 0.87% -
XYZ 37.57 19.81 35.1 -
YUV 108.98 156.8 209.32 -
System Red Green Blue C M Y K H S L
Decimal 223 41 160 0 0.82 0.28 0.13 320.77 0.74 0.52
Hex DF 29 A0 0 52 1C D 141 4A 34
Octal 337 51 240 0 122 34 15 501 112 64
Binary 11011111 101001 10100000 0 1010010 11100 1101 101000001 1001010 110100

Color Harmonies of #DF29A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29A0

Black with #DF29A0

Text Example


Text Example

White with #DF29A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29A0; }

 p { color: rgb(223,41,160); }

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

background-color css

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

 a { background-color: rgb(223,41,160); }

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

border-color css

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

 span { border-color: rgb(223,41,160); }

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