Html Css Color HEX #DF30A4 Deep Cerise

📋 copy color: '#DF30A4'

red 223 ◦ green 48 ◦ blue 164

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

Shades of Deep Cerise #DF30A4

Tints of Deep Cerise #DF30A4

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.03%

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 51.26%
G = 11.03%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF30A4 (or 0xDF30A4) is known color: Deep Cerise. HEX triplet: DF, 30 and A4. RGB value is (223,48,164). Sum of RGB (Red+Green+Blue) = 223+48+164=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF30A4 is #20CF5B. Grayscale: #717171. Windows color (decimal): -2150236 or 10760415. OLE color: 10760415.

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

Color convert

RGB 223 48 164 -
CMYK 0 0.78 0.26 0.13
HSL 320.23º 0.73% 0.53% -
HSV(B) 320.23º 0.78% 0.87% -
XYZ 38.19 20.48 37.06 -
YUV 113.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 223 48 164 0 0.78 0.26 0.13 320.23 0.73 0.53
Hex DF 30 A4 0 4E 1A D 140 49 35
Octal 337 60 244 0 116 32 15 500 111 65
Binary 11011111 110000 10100100 0 1001110 11010 1101 101000000 1001001 110101

Color Harmonies of #DF30A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF30A4

Black with #DF30A4

Text Example


Text Example

White with #DF30A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF30A4; }

 p { color: rgb(223,48,164); }

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

background-color css

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

 a { background-color: rgb(223,48,164); }

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

border-color css

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

 span { border-color: rgb(223,48,164); }

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