Html Css Color HEX #DD3B7E Deep Cerise

📋 copy color: '#DD3B7E'

red 221 ◦ green 59 ◦ blue 126

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

Shades of Deep Cerise #DD3B7E

Tints of Deep Cerise #DD3B7E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.53%

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 54.43%
G = 14.53%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD3B7E (or 0xDD3B7E) is known color: Deep Cerise. HEX triplet: DD, 3B and 7E. RGB value is (221,59,126). Sum of RGB (Red+Green+Blue) = 221+59+126=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3B7E is #22C481. Grayscale: #727272. Windows color (decimal): -2278530 or 8272861. OLE color: 8272861.

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

Color convert

RGB 221 59 126 -
CMYK 0 0.73 0.43 0.13
HSL 335.19º 0.7% 0.55% -
HSV(B) 335.19º 0.73% 0.87% -
XYZ 35.15 20.01 21.75 -
YUV 115.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 221 59 126 0 0.73 0.43 0.13 335.19 0.7 0.55
Hex DD 3B 7E 0 49 2B D 14F 46 37
Octal 335 73 176 0 111 53 15 517 106 67
Binary 11011101 111011 1111110 0 1001001 101011 1101 101001111 1000110 110111

Color Harmonies of #DD3B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B7E

Black with #DD3B7E

Text Example


Text Example

White with #DD3B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B7E; }

 p { color: rgb(221,59,126); }

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

background-color css

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

 a { background-color: rgb(221,59,126); }

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

border-color css

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

 span { border-color: rgb(221,59,126); }

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