Html Css Color HEX #DD3062 Cerise

📋 copy color: '#DD3062'

red 221 ◦ green 48 ◦ blue 98

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

Shades of Cerise #DD3062

Tints of Cerise #DD3062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 60.22%
G = 13.08%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD3062 (or 0xDD3062) is known color: Cerise. HEX triplet: DD, 30 and 62. RGB value is (221,48,98). Sum of RGB (Red+Green+Blue) = 221+48+98=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3062 is #22CF9D. Grayscale: #696969. Windows color (decimal): -2281374 or 6435037. OLE color: 6435037.

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

Color convert

RGB 221 48 98 -
CMYK 0 0.78 0.56 0.13
HSL 342.66º 0.72% 0.53% -
HSV(B) 342.66º 0.78% 0.87% -
XYZ 33.08 18.37 13.36 -
YUV 105.43 123.81 210.43 -
System Red Green Blue C M Y K H S L
Decimal 221 48 98 0 0.78 0.56 0.13 342.66 0.72 0.53
Hex DD 30 62 0 4E 38 D 157 48 35
Octal 335 60 142 0 116 70 15 527 110 65
Binary 11011101 110000 1100010 0 1001110 111000 1101 101010111 1001000 110101

Color Harmonies of #DD3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3062

Black with #DD3062

Text Example


Text Example

White with #DD3062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3062; }

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

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

background-color css

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

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

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

border-color css

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

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

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