Html Css Color HEX #DD3E5D Cerise

📋 copy color: '#DD3E5D'

red 221 ◦ green 62 ◦ blue 93

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

Shades of Cerise #DD3E5D

Tints of Cerise #DD3E5D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.49%

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 58.78%
G = 16.49%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD3E5D (or 0xDD3E5D) is known color: Cerise. HEX triplet: DD, 3E and 5D. RGB value is (221,62,93). Sum of RGB (Red+Green+Blue) = 221+62+93=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E5D is #22C1A2. Grayscale: #717171. Windows color (decimal): -2277795 or 6110941. OLE color: 6110941.

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

Color convert

RGB 221 62 93 -
CMYK 0 0.72 0.58 0.13
HSL 348.3º 0.7% 0.55% -
HSV(B) 348.3º 0.72% 0.87% -
XYZ 33.52 19.61 12.37 -
YUV 113.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 221 62 93 0 0.72 0.58 0.13 348.3 0.7 0.55
Hex DD 3E 5D 0 48 3A D 15C 46 37
Octal 335 76 135 0 110 72 15 534 106 67
Binary 11011101 111110 1011101 0 1001000 111010 1101 101011100 1000110 110111

Color Harmonies of #DD3E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E5D

Black with #DD3E5D

Text Example


Text Example

White with #DD3E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E5D; }

 p { color: rgb(221,62,93); }

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

background-color css

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

 a { background-color: rgb(221,62,93); }

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

border-color css

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

 span { border-color: rgb(221,62,93); }

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