Html Css Color HEX #DD2A6C Cerise

📋 copy color: '#DD2A6C'

red 221 ◦ green 42 ◦ blue 108

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

Shades of Cerise #DD2A6C

Tints of Cerise #DD2A6C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.32%

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 59.57%
G = 11.32%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD2A6C (or 0xDD2A6C) is known color: Cerise. HEX triplet: DD, 2A and 6C. RGB value is (221,42,108). Sum of RGB (Red+Green+Blue) = 221+42+108=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A6C is #22D593. Grayscale: #666666. Windows color (decimal): -2282900 or 7088861. OLE color: 7088861.

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

Color convert

RGB 221 42 108 -
CMYK 0 0.81 0.51 0.13
HSL 337.88º 0.72% 0.52% -
HSV(B) 337.88º 0.81% 0.87% -
XYZ 33.35 18.11 15.93 -
YUV 103.05 130.8 212.13 -
System Red Green Blue C M Y K H S L
Decimal 221 42 108 0 0.81 0.51 0.13 337.88 0.72 0.52
Hex DD 2A 6C 0 51 33 D 152 48 34
Octal 335 52 154 0 121 63 15 522 110 64
Binary 11011101 101010 1101100 0 1010001 110011 1101 101010010 1001000 110100

Color Harmonies of #DD2A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A6C

Black with #DD2A6C

Text Example


Text Example

White with #DD2A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A6C; }

 p { color: rgb(221,42,108); }

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

background-color css

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

 a { background-color: rgb(221,42,108); }

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

border-color css

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

 span { border-color: rgb(221,42,108); }

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