Html Css Color HEX #DD2B7F Deep Cerise

📋 copy color: '#DD2B7F'

red 221 ◦ green 43 ◦ blue 127

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

Shades of Deep Cerise #DD2B7F

Tints of Deep Cerise #DD2B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 56.52%
G = 11%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD2B7F (or 0xDD2B7F) is known color: Deep Cerise. HEX triplet: DD, 2B and 7F. RGB value is (221,43,127). Sum of RGB (Red+Green+Blue) = 221+43+127=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2B7F is #22D480. Grayscale: #696969. Windows color (decimal): -2282625 or 8334301. OLE color: 8334301.

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

Color convert

RGB 221 43 127 -
CMYK 0 0.81 0.43 0.13
HSL 331.69º 0.72% 0.52% -
HSV(B) 331.69º 0.81% 0.87% -
XYZ 34.51 18.63 21.86 -
YUV 105.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 221 43 127 0 0.81 0.43 0.13 331.69 0.72 0.52
Hex DD 2B 7F 0 51 2B D 14C 48 34
Octal 335 53 177 0 121 53 15 514 110 64
Binary 11011101 101011 1111111 0 1010001 101011 1101 101001100 1001000 110100

Color Harmonies of #DD2B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B7F

Black with #DD2B7F

Text Example


Text Example

White with #DD2B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B7F; }

 p { color: rgb(221,43,127); }

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

background-color css

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

 a { background-color: rgb(221,43,127); }

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

border-color css

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

 span { border-color: rgb(221,43,127); }

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