Html Css Color HEX #DD3C8A Deep Cerise

📋 copy color: '#DD3C8A'

red 221 ◦ green 60 ◦ blue 138

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

Shades of Deep Cerise #DD3C8A

Tints of Deep Cerise #DD3C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 52.74%
G = 14.32%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD3C8A (or 0xDD3C8A) is known color: Deep Cerise. HEX triplet: DD, 3C and 8A. RGB value is (221,60,138). Sum of RGB (Red+Green+Blue) = 221+60+138=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3C8A is #22C375. Grayscale: #747474. Windows color (decimal): -2278262 or 9059549. OLE color: 9059549.

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

Color convert

RGB 221 60 138 -
CMYK 0 0.73 0.38 0.13
HSL 330.93º 0.7% 0.55% -
HSV(B) 330.93º 0.73% 0.87% -
XYZ 36.02 20.44 26.09 -
YUV 117.03 139.84 202.16 -
System Red Green Blue C M Y K H S L
Decimal 221 60 138 0 0.73 0.38 0.13 330.93 0.7 0.55
Hex DD 3C 8A 0 49 26 D 14B 46 37
Octal 335 74 212 0 111 46 15 513 106 67
Binary 11011101 111100 10001010 0 1001001 100110 1101 101001011 1000110 110111

Color Harmonies of #DD3C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C8A

Black with #DD3C8A

Text Example


Text Example

White with #DD3C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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