Html Css Color HEX #DF2A98 Deep Cerise

📋 copy color: '#DF2A98'

red 223 ◦ green 42 ◦ blue 152

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

Shades of Deep Cerise #DF2A98

Tints of Deep Cerise #DF2A98

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.07%

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 53.48%
G = 10.07%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF2A98 (or 0xDF2A98) is known color: Deep Cerise. HEX triplet: DF, 2A and 98. RGB value is (223,42,152). Sum of RGB (Red+Green+Blue) = 223+42+152=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2A98 is #20D567. Grayscale: #6C6C6C. Windows color (decimal): -2151784 or 9972447. OLE color: 9972447.

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

Color convert

RGB 223 42 152 -
CMYK 0 0.81 0.32 0.13
HSL 323.54º 0.74% 0.52% -
HSV(B) 323.54º 0.81% 0.87% -
XYZ 36.93 19.61 31.54 -
YUV 108.66 152.47 209.56 -
System Red Green Blue C M Y K H S L
Decimal 223 42 152 0 0.81 0.32 0.13 323.54 0.74 0.52
Hex DF 2A 98 0 51 20 D 144 4A 34
Octal 337 52 230 0 121 40 15 504 112 64
Binary 11011111 101010 10011000 0 1010001 100000 1101 101000100 1001010 110100

Color Harmonies of #DF2A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2A98

Black with #DF2A98

Text Example


Text Example

White with #DF2A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2A98; }

 p { color: rgb(223,42,152); }

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

background-color css

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

 a { background-color: rgb(223,42,152); }

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

border-color css

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

 span { border-color: rgb(223,42,152); }

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