Html Css Color HEX #DD30A7 Deep Cerise

📋 copy color: '#DD30A7'

red 221 ◦ green 48 ◦ blue 167

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

Shades of Deep Cerise #DD30A7

Tints of Deep Cerise #DD30A7

RGB

 RED value IS 221 (86.72% from 255) = 50.69%

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

 BLUE value IS 167 (65.63% from 255) = 38.3%

R = 50.69%
G = 11.01%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD30A7 (or 0xDD30A7) is known color: Deep Cerise. HEX triplet: DD, 30 and A7. RGB value is (221,48,167). Sum of RGB (Red+Green+Blue) = 221+48+167=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD30A7 is #22CF58. Grayscale: #707070. Windows color (decimal): -2281305 or 10957021. OLE color: 10957021.

HSL color Cylindrical-coordinate representation of color #DD30A7: hue angle of 318.73º degrees, saturation: 0.72, 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 #DD30A7 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 48 167 -
CMYK 0 0.78 0.24 0.13
HSL 318.73º 0.72% 0.53% -
HSV(B) 318.73º 0.78% 0.87% -
XYZ 37.85 20.28 38.48 -
YUV 113.29 158.31 204.82 -
System Red Green Blue C M Y K H S L
Decimal 221 48 167 0 0.78 0.24 0.13 318.73 0.72 0.53
Hex DD 30 A7 0 4E 18 D 13F 48 35
Octal 335 60 247 0 116 30 15 477 110 65
Binary 11011101 110000 10100111 0 1001110 11000 1101 100111111 1001000 110101

Color Harmonies of #DD30A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30A7

Black with #DD30A7

Text Example


Text Example

White with #DD30A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30A7; }

 p { color: rgb(221,48,167); }

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

background-color css

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

 a { background-color: rgb(221,48,167); }

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

border-color css

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

 span { border-color: rgb(221,48,167); }

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