Html Css Color HEX #DD3B8B Deep Cerise

📋 copy color: '#DD3B8B'

red 221 ◦ green 59 ◦ blue 139

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

Shades of Deep Cerise #DD3B8B

Tints of Deep Cerise #DD3B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 52.74%
G = 14.08%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD3B8B (or 0xDD3B8B) is known color: Deep Cerise. HEX triplet: DD, 3B and 8B. RGB value is (221,59,139). Sum of RGB (Red+Green+Blue) = 221+59+139=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3B8B is #22C474. Grayscale: #747474. Windows color (decimal): -2278517 or 9124829. OLE color: 9124829.

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

Color convert

RGB 221 59 139 -
CMYK 0 0.73 0.37 0.13
HSL 330.37º 0.7% 0.55% -
HSV(B) 330.37º 0.73% 0.87% -
XYZ 36.04 20.36 26.46 -
YUV 116.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 221 59 139 0 0.73 0.37 0.13 330.37 0.7 0.55
Hex DD 3B 8B 0 49 25 D 14A 46 37
Octal 335 73 213 0 111 45 15 512 106 67
Binary 11011101 111011 10001011 0 1001001 100101 1101 101001010 1000110 110111

Color Harmonies of #DD3B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B8B

Black with #DD3B8B

Text Example


Text Example

White with #DD3B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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