Html Css Color HEX #DD3066 Cerise

📋 copy color: '#DD3066'

red 221 ◦ green 48 ◦ blue 102

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

Shades of Cerise #DD3066

Tints of Cerise #DD3066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.94%

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 59.57%
G = 12.94%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD3066 (or 0xDD3066) is known color: Cerise. HEX triplet: DD, 30 and 66. RGB value is (221,48,102). Sum of RGB (Red+Green+Blue) = 221+48+102=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3066 is #22CF99. Grayscale: #696969. Windows color (decimal): -2281370 or 6697181. OLE color: 6697181.

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

Color convert

RGB 221 48 102 -
CMYK 0 0.78 0.54 0.13
HSL 341.27º 0.72% 0.53% -
HSV(B) 341.27º 0.78% 0.87% -
XYZ 33.27 18.45 14.38 -
YUV 105.88 125.81 210.11 -
System Red Green Blue C M Y K H S L
Decimal 221 48 102 0 0.78 0.54 0.13 341.27 0.72 0.53
Hex DD 30 66 0 4E 36 D 155 48 35
Octal 335 60 146 0 116 66 15 525 110 65
Binary 11011101 110000 1100110 0 1001110 110110 1101 101010101 1001000 110101

Color Harmonies of #DD3066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3066

Black with #DD3066

Text Example


Text Example

White with #DD3066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3066; }

 p { color: rgb(221,48,102); }

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

background-color css

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

 a { background-color: rgb(221,48,102); }

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

border-color css

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

 span { border-color: rgb(221,48,102); }

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