Html Css Color HEX #DD395B Cerise

📋 copy color: '#DD395B'

red 221 ◦ green 57 ◦ blue 91

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

Shades of Cerise #DD395B

Tints of Cerise #DD395B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.66%

R = 59.89%
G = 15.45%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD395B (or 0xDD395B) is known color: Cerise. HEX triplet: DD, 39 and 5B. RGB value is (221,57,91). Sum of RGB (Red+Green+Blue) = 221+57+91=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD395B is #22C6A4. Grayscale: #6D6D6D. Windows color (decimal): -2279077 or 5978589. OLE color: 5978589.

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

Color convert

RGB 221 57 91 -
CMYK 0 0.74 0.59 0.13
HSL 347.56º 0.71% 0.55% -
HSV(B) 347.56º 0.74% 0.87% -
XYZ 33.17 19.05 11.83 -
YUV 109.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 221 57 91 0 0.74 0.59 0.13 347.56 0.71 0.55
Hex DD 39 5B 0 4A 3B D 15C 47 37
Octal 335 71 133 0 112 73 15 534 107 67
Binary 11011101 111001 1011011 0 1001010 111011 1101 101011100 1000111 110111

Color Harmonies of #DD395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD395B

Black with #DD395B

Text Example


Text Example

White with #DD395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD395B; }

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

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

background-color css

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

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

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

border-color css

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

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

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