Html Css Color HEX #DD30A1 Deep Cerise

📋 copy color: '#DD30A1'

red 221 ◦ green 48 ◦ blue 161

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

Shades of Deep Cerise #DD30A1

Tints of Deep Cerise #DD30A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.44%

R = 51.4%
G = 11.16%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD30A1 (or 0xDD30A1) is known color: Deep Cerise. HEX triplet: DD, 30 and A1. RGB value is (221,48,161). Sum of RGB (Red+Green+Blue) = 221+48+161=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD30A1 is #22CF5E. Grayscale: #707070. Windows color (decimal): -2281311 or 10563805. OLE color: 10563805.

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

Color convert

RGB 221 48 161 -
CMYK 0 0.78 0.27 0.13
HSL 320.81º 0.72% 0.53% -
HSV(B) 320.81º 0.78% 0.87% -
XYZ 37.31 20.06 35.62 -
YUV 112.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 221 48 161 0 0.78 0.27 0.13 320.81 0.72 0.53
Hex DD 30 A1 0 4E 1B D 141 48 35
Octal 335 60 241 0 116 33 15 501 110 65
Binary 11011101 110000 10100001 0 1001110 11011 1101 101000001 1001000 110101

Color Harmonies of #DD30A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30A1

Black with #DD30A1

Text Example


Text Example

White with #DD30A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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