Html Css Color HEX #DD2F5B Cerise

📋 copy color: '#DD2F5B'

red 221 ◦ green 47 ◦ blue 91

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

Shades of Cerise #DD2F5B

Tints of Cerise #DD2F5B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.09%

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 61.56%
G = 13.09%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD2F5B (or 0xDD2F5B) is known color: Cerise. HEX triplet: DD, 2F and 5B. RGB value is (221,47,91). Sum of RGB (Red+Green+Blue) = 221+47+91=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2F5B is #22D0A4. Grayscale: #686868. Windows color (decimal): -2281637 or 5976029. OLE color: 5976029.

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

Color convert

RGB 221 47 91 -
CMYK 0 0.79 0.59 0.13
HSL 344.83º 0.72% 0.53% -
HSV(B) 344.83º 0.79% 0.87% -
XYZ 32.72 18.16 11.68 -
YUV 104.04 120.65 211.42 -
System Red Green Blue C M Y K H S L
Decimal 221 47 91 0 0.79 0.59 0.13 344.83 0.72 0.53
Hex DD 2F 5B 0 4F 3B D 159 48 35
Octal 335 57 133 0 117 73 15 531 110 65
Binary 11011101 101111 1011011 0 1001111 111011 1101 101011001 1001000 110101

Color Harmonies of #DD2F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F5B

Black with #DD2F5B

Text Example


Text Example

White with #DD2F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F5B; }

 p { color: rgb(221,47,91); }

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

background-color css

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

 a { background-color: rgb(221,47,91); }

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

border-color css

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

 span { border-color: rgb(221,47,91); }

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