Html Css Color HEX #DD3D83 Deep Cerise

📋 copy color: '#DD3D83'

red 221 ◦ green 61 ◦ blue 131

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

Shades of Deep Cerise #DD3D83

Tints of Deep Cerise #DD3D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.72%

R = 53.51%
G = 14.77%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD3D83 (or 0xDD3D83) is known color: Deep Cerise. HEX triplet: DD, 3D and 83. RGB value is (221,61,131). Sum of RGB (Red+Green+Blue) = 221+61+131=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3D83 is #22C27C. Grayscale: #747474. Windows color (decimal): -2278013 or 8601053. OLE color: 8601053.

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

Color convert

RGB 221 61 131 -
CMYK 0 0.72 0.41 0.13
HSL 333.75º 0.7% 0.55% -
HSV(B) 333.75º 0.72% 0.87% -
XYZ 35.58 20.35 23.52 -
YUV 116.82 136.01 202.31 -
System Red Green Blue C M Y K H S L
Decimal 221 61 131 0 0.72 0.41 0.13 333.75 0.7 0.55
Hex DD 3D 83 0 48 29 D 14E 46 37
Octal 335 75 203 0 110 51 15 516 106 67
Binary 11011101 111101 10000011 0 1001000 101001 1101 101001110 1000110 110111

Color Harmonies of #DD3D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D83

Black with #DD3D83

Text Example


Text Example

White with #DD3D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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