Html Css Color HEX #DD3B8A Deep Cerise

📋 copy color: '#DD3B8A'

red 221 ◦ green 59 ◦ blue 138

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

Shades of Deep Cerise #DD3B8A

Tints of Deep Cerise #DD3B8A

RGB

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

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

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

R = 52.87%
G = 14.11%
B = 33.01%

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

#DD3B8A (or 0xDD3B8A) is known color: Deep Cerise. HEX triplet: DD, 3B and 8A. RGB value is (221,59,138). Sum of RGB (Red+Green+Blue) = 221+59+138=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3B8A is #22C475. Grayscale: #747474. Windows color (decimal): -2278518 or 9059293. OLE color: 9059293.

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

Color convert

RGB 221 59 138 -
CMYK 0 0.73 0.38 0.13
HSL 330.74º 0.7% 0.55% -
HSV(B) 330.74º 0.73% 0.87% -
XYZ 35.97 20.34 26.07 -
YUV 116.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 221 59 138 0 0.73 0.38 0.13 330.74 0.7 0.55
Hex DD 3B 8A 0 49 26 D 14B 46 37
Octal 335 73 212 0 111 46 15 513 106 67
Binary 11011101 111011 10001010 0 1001001 100110 1101 101001011 1000110 110111

Color Harmonies of #DD3B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B8A

Black with #DD3B8A

Text Example


Text Example

White with #DD3B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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