Html Css Color HEX #DD3F9B Deep Cerise

📋 copy color: '#DD3F9B'

red 221 ◦ green 63 ◦ blue 155

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

Shades of Deep Cerise #DD3F9B

Tints of Deep Cerise #DD3F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 14.35%

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 50.34%
G = 14.35%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD3F9B (or 0xDD3F9B) is known color: Deep Cerise. HEX triplet: DD, 3F and 9B. RGB value is (221,63,155). Sum of RGB (Red+Green+Blue) = 221+63+155=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F9B is #22C064. Grayscale: #787878. Windows color (decimal): -2277477 or 10174429. OLE color: 10174429.

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

Color convert

RGB 221 63 155 -
CMYK 0 0.71 0.30 0.13
HSL 325.06º 0.7% 0.56% -
HSV(B) 325.06º 0.71% 0.87% -
XYZ 37.51 21.29 33.14 -
YUV 120.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 221 63 155 0 0.71 0.30 0.13 325.06 0.7 0.56
Hex DD 3F 9B 0 47 1E D 145 46 38
Octal 335 77 233 0 107 36 15 505 106 70
Binary 11011101 111111 10011011 0 1000111 11110 1101 101000101 1000110 111000

Color Harmonies of #DD3F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F9B

Black with #DD3F9B

Text Example


Text Example

White with #DD3F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F9B; }

 p { color: rgb(221,63,155); }

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

background-color css

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

 a { background-color: rgb(221,63,155); }

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

border-color css

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

 span { border-color: rgb(221,63,155); }

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