Html Css Color HEX #DD2A6B Cerise

📋 copy color: '#DD2A6B'

red 221 ◦ green 42 ◦ blue 107

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

Shades of Cerise #DD2A6B

Tints of Cerise #DD2A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 59.73%
G = 11.35%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD2A6B (or 0xDD2A6B) is known color: Cerise. HEX triplet: DD, 2A and 6B. RGB value is (221,42,107). Sum of RGB (Red+Green+Blue) = 221+42+107=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A6B is #22D594. Grayscale: #666666. Windows color (decimal): -2282901 or 7023325. OLE color: 7023325.

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

Color convert

RGB 221 42 107 -
CMYK 0 0.81 0.52 0.13
HSL 338.21º 0.72% 0.52% -
HSV(B) 338.21º 0.81% 0.87% -
XYZ 33.3 18.09 15.65 -
YUV 102.93 130.3 212.21 -
System Red Green Blue C M Y K H S L
Decimal 221 42 107 0 0.81 0.52 0.13 338.21 0.72 0.52
Hex DD 2A 6B 0 51 34 D 152 48 34
Octal 335 52 153 0 121 64 15 522 110 64
Binary 11011101 101010 1101011 0 1010001 110100 1101 101010010 1001000 110100

Color Harmonies of #DD2A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A6B

Black with #DD2A6B

Text Example


Text Example

White with #DD2A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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