Html Css Color HEX #DD3B8F Deep Cerise

📋 copy color: '#DD3B8F'

red 221 ◦ green 59 ◦ blue 143

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

Shades of Deep Cerise #DD3B8F

Tints of Deep Cerise #DD3B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 52.25%
G = 13.95%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD3B8F (or 0xDD3B8F) is known color: Deep Cerise. HEX triplet: DD, 3B and 8F. RGB value is (221,59,143). Sum of RGB (Red+Green+Blue) = 221+59+143=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3B8F is #22C470. Grayscale: #747474. Windows color (decimal): -2278513 or 9386973. OLE color: 9386973.

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

Color convert

RGB 221 59 143 -
CMYK 0 0.73 0.35 0.13
HSL 328.89º 0.7% 0.55% -
HSV(B) 328.89º 0.73% 0.87% -
XYZ 36.34 20.48 28.02 -
YUV 117.01 142.67 202.17 -
System Red Green Blue C M Y K H S L
Decimal 221 59 143 0 0.73 0.35 0.13 328.89 0.7 0.55
Hex DD 3B 8F 0 49 23 D 149 46 37
Octal 335 73 217 0 111 43 15 511 106 67
Binary 11011101 111011 10001111 0 1001001 100011 1101 101001001 1000110 110111

Color Harmonies of #DD3B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B8F

Black with #DD3B8F

Text Example


Text Example

White with #DD3B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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