Html Css Color HEX #DD3D8F Deep Cerise

📋 copy color: '#DD3D8F'

red 221 ◦ green 61 ◦ blue 143

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

Shades of Deep Cerise #DD3D8F

Tints of Deep Cerise #DD3D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.65%

R = 52%
G = 14.35%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD3D8F (or 0xDD3D8F) is known color: Deep Cerise. HEX triplet: DD, 3D and 8F. RGB value is (221,61,143). Sum of RGB (Red+Green+Blue) = 221+61+143=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3D8F is #22C270. Grayscale: #767676. Windows color (decimal): -2278001 or 9387485. OLE color: 9387485.

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

Color convert

RGB 221 61 143 -
CMYK 0 0.72 0.35 0.13
HSL 329.25º 0.7% 0.55% -
HSV(B) 329.25º 0.72% 0.87% -
XYZ 36.45 20.69 28.06 -
YUV 118.19 142.01 201.33 -
System Red Green Blue C M Y K H S L
Decimal 221 61 143 0 0.72 0.35 0.13 329.25 0.7 0.55
Hex DD 3D 8F 0 48 23 D 149 46 37
Octal 335 75 217 0 110 43 15 511 106 67
Binary 11011101 111101 10001111 0 1001000 100011 1101 101001001 1000110 110111

Color Harmonies of #DD3D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D8F

Black with #DD3D8F

Text Example


Text Example

White with #DD3D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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