Html Css Color HEX #DD3065 Cerise

📋 copy color: '#DD3065'

red 221 ◦ green 48 ◦ blue 101

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

Shades of Cerise #DD3065

Tints of Cerise #DD3065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.3%

R = 59.73%
G = 12.97%
B = 27.3%

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

#DD3065 (or 0xDD3065) is known color: Cerise. HEX triplet: DD, 30 and 65. RGB value is (221,48,101). Sum of RGB (Red+Green+Blue) = 221+48+101=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3065 is #22CF9A. Grayscale: #696969. Windows color (decimal): -2281371 or 6631645. OLE color: 6631645.

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

Color convert

RGB 221 48 101 -
CMYK 0 0.78 0.54 0.13
HSL 341.62º 0.72% 0.53% -
HSV(B) 341.62º 0.78% 0.87% -
XYZ 33.22 18.43 14.12 -
YUV 105.77 125.31 210.19 -
System Red Green Blue C M Y K H S L
Decimal 221 48 101 0 0.78 0.54 0.13 341.62 0.72 0.53
Hex DD 30 65 0 4E 36 D 156 48 35
Octal 335 60 145 0 116 66 15 526 110 65
Binary 11011101 110000 1100101 0 1001110 110110 1101 101010110 1001000 110101

Color Harmonies of #DD3065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3065

Black with #DD3065

Text Example


Text Example

White with #DD3065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3065; }

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

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

background-color css

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

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

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

border-color css

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

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

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