Html Css Color HEX #DD3D9F Deep Cerise

📋 copy color: '#DD3D9F'

red 221 ◦ green 61 ◦ blue 159

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

Shades of Deep Cerise #DD3D9F

Tints of Deep Cerise #DD3D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.05%

R = 50.11%
G = 13.83%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD3D9F (or 0xDD3D9F) is known color: Deep Cerise. HEX triplet: DD, 3D and 9F. RGB value is (221,61,159). Sum of RGB (Red+Green+Blue) = 221+61+159=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3D9F is #22C260. Grayscale: #777777. Windows color (decimal): -2277985 or 10436061. OLE color: 10436061.

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

Color convert

RGB 221 61 159 -
CMYK 0 0.72 0.28 0.13
HSL 323.25º 0.7% 0.55% -
HSV(B) 323.25º 0.72% 0.87% -
XYZ 37.75 21.21 34.91 -
YUV 120.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 221 61 159 0 0.72 0.28 0.13 323.25 0.7 0.55
Hex DD 3D 9F 0 48 1C D 143 46 37
Octal 335 75 237 0 110 34 15 503 106 67
Binary 11011101 111101 10011111 0 1001000 11100 1101 101000011 1000110 110111

Color Harmonies of #DD3D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D9F

Black with #DD3D9F

Text Example


Text Example

White with #DD3D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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