Html Css Color HEX #DD3D81 Deep Cerise

📋 copy color: '#DD3D81'

red 221 ◦ green 61 ◦ blue 129

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

Shades of Deep Cerise #DD3D81

Tints of Deep Cerise #DD3D81

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.84%

 BLUE value IS 129 (50.78% from 255) = 31.39%

R = 53.77%
G = 14.84%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD3D81 (or 0xDD3D81) is known color: Deep Cerise. HEX triplet: DD, 3D and 81. RGB value is (221,61,129). Sum of RGB (Red+Green+Blue) = 221+61+129=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3D81 is #22C27E. Grayscale: #747474. Windows color (decimal): -2278015 or 8469981. OLE color: 8469981.

HSL color Cylindrical-coordinate representation of color #DD3D81: hue angle of 334.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3D81 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 61 129 -
CMYK 0 0.72 0.42 0.13
HSL 334.5º 0.7% 0.55% -
HSV(B) 334.5º 0.72% 0.87% -
XYZ 35.45 20.29 22.82 -
YUV 116.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 221 61 129 0 0.72 0.42 0.13 334.5 0.7 0.55
Hex DD 3D 81 0 48 2A D 14E 46 37
Octal 335 75 201 0 110 52 15 516 106 67
Binary 11011101 111101 10000001 0 1001000 101010 1101 101001110 1000110 110111

Color Harmonies of #DD3D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D81

Black with #DD3D81

Text Example


Text Example

White with #DD3D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D81; }

 p { color: rgb(221,61,129); }

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

background-color css

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

 a { background-color: rgb(221,61,129); }

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

border-color css

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

 span { border-color: rgb(221,61,129); }

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