Html Css Color HEX #DD3E8B Deep Cerise

📋 copy color: '#DD3E8B'

red 221 ◦ green 62 ◦ blue 139

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

Shades of Deep Cerise #DD3E8B

Tints of Deep Cerise #DD3E8B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.69%

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

R = 52.37%
G = 14.69%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD3E8B (or 0xDD3E8B) is known color: Deep Cerise. HEX triplet: DD, 3E and 8B. RGB value is (221,62,139). Sum of RGB (Red+Green+Blue) = 221+62+139=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E8B is #22C174. Grayscale: #767676. Windows color (decimal): -2277749 or 9125597. OLE color: 9125597.

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

Color convert

RGB 221 62 139 -
CMYK 0 0.72 0.37 0.13
HSL 330.94º 0.7% 0.55% -
HSV(B) 330.94º 0.72% 0.87% -
XYZ 36.2 20.68 26.51 -
YUV 118.32 139.68 201.24 -
System Red Green Blue C M Y K H S L
Decimal 221 62 139 0 0.72 0.37 0.13 330.94 0.7 0.55
Hex DD 3E 8B 0 48 25 D 14B 46 37
Octal 335 76 213 0 110 45 15 513 106 67
Binary 11011101 111110 10001011 0 1001000 100101 1101 101001011 1000110 110111

Color Harmonies of #DD3E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E8B

Black with #DD3E8B

Text Example


Text Example

White with #DD3E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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