Html Css Color HEX #DD2D6A Cerise

📋 copy color: '#DD2D6A'

red 221 ◦ green 45 ◦ blue 106

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

Shades of Cerise #DD2D6A

Tints of Cerise #DD2D6A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.1%

 BLUE value IS 106 (41.8% from 255) = 28.49%

R = 59.41%
G = 12.1%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD2D6A (or 0xDD2D6A) is known color: Cerise. HEX triplet: DD, 2D and 6A. RGB value is (221,45,106). Sum of RGB (Red+Green+Blue) = 221+45+106=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D6A is #22D295. Grayscale: #686868. Windows color (decimal): -2282134 or 6958557. OLE color: 6958557.

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

Color convert

RGB 221 45 106 -
CMYK 0 0.80 0.52 0.13
HSL 339.2º 0.72% 0.52% -
HSV(B) 339.2º 0.8% 0.87% -
XYZ 33.36 18.29 15.41 -
YUV 104.58 128.81 211.04 -
System Red Green Blue C M Y K H S L
Decimal 221 45 106 0 0.80 0.52 0.13 339.2 0.72 0.52
Hex DD 2D 6A 0 50 34 D 153 48 34
Octal 335 55 152 0 120 64 15 523 110 64
Binary 11011101 101101 1101010 0 1010000 110100 1101 101010011 1001000 110100

Color Harmonies of #DD2D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D6A

Black with #DD2D6A

Text Example


Text Example

White with #DD2D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D6A; }

 p { color: rgb(221,45,106); }

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

background-color css

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

 a { background-color: rgb(221,45,106); }

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

border-color css

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

 span { border-color: rgb(221,45,106); }

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