Html Css Color HEX #DD3C8F Deep Cerise

📋 copy color: '#DD3C8F'

red 221 ◦ green 60 ◦ blue 143

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

Shades of Deep Cerise #DD3C8F

Tints of Deep Cerise #DD3C8F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.15%

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

R = 52.12%
G = 14.15%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD3C8F (or 0xDD3C8F) is known color: Deep Cerise. HEX triplet: DD, 3C and 8F. RGB value is (221,60,143). Sum of RGB (Red+Green+Blue) = 221+60+143=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3C8F is #22C370. Grayscale: #757575. Windows color (decimal): -2278257 or 9387229. OLE color: 9387229.

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

Color convert

RGB 221 60 143 -
CMYK 0 0.73 0.35 0.13
HSL 329.07º 0.7% 0.55% -
HSV(B) 329.07º 0.73% 0.87% -
XYZ 36.39 20.59 28.04 -
YUV 117.6 142.34 201.75 -
System Red Green Blue C M Y K H S L
Decimal 221 60 143 0 0.73 0.35 0.13 329.07 0.7 0.55
Hex DD 3C 8F 0 49 23 D 149 46 37
Octal 335 74 217 0 111 43 15 511 106 67
Binary 11011101 111100 10001111 0 1001001 100011 1101 101001001 1000110 110111

Color Harmonies of #DD3C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C8F

Black with #DD3C8F

Text Example


Text Example

White with #DD3C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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