Html Css Color HEX #DD3962 Cerise

📋 copy color: '#DD3962'

red 221 ◦ green 57 ◦ blue 98

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

Shades of Cerise #DD3962

Tints of Cerise #DD3962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.16%

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

R = 58.78%
G = 15.16%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD3962 (or 0xDD3962) is known color: Cerise. HEX triplet: DD, 39 and 62. RGB value is (221,57,98). Sum of RGB (Red+Green+Blue) = 221+57+98=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3962 is #22C69D. Grayscale: #6E6E6E. Windows color (decimal): -2279070 or 6437341. OLE color: 6437341.

HSL color Cylindrical-coordinate representation of color #DD3962: hue angle of 345º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3962 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 57 98 -
CMYK 0 0.74 0.56 0.13
HSL 345º 0.71% 0.55% -
HSV(B) 345º 0.74% 0.87% -
XYZ 33.49 19.18 13.49 -
YUV 110.71 120.83 206.67 -
System Red Green Blue C M Y K H S L
Decimal 221 57 98 0 0.74 0.56 0.13 345 0.71 0.55
Hex DD 39 62 0 4A 38 D 159 47 37
Octal 335 71 142 0 112 70 15 531 107 67
Binary 11011101 111001 1100010 0 1001010 111000 1101 101011001 1000111 110111

Color Harmonies of #DD3962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3962

Black with #DD3962

Text Example


Text Example

White with #DD3962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3962; }

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

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

background-color css

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

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

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

border-color css

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

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

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