Html Css Color HEX #DD375A Cerise

📋 copy color: '#DD375A'

red 221 ◦ green 55 ◦ blue 90

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

Shades of Cerise #DD375A

Tints of Cerise #DD375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

 BLUE value IS 90 (35.55% from 255) = 24.59%

R = 60.38%
G = 15.03%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD375A (or 0xDD375A) is known color: Cerise. HEX triplet: DD, 37 and 5A. RGB value is (221,55,90). Sum of RGB (Red+Green+Blue) = 221+55+90=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD375A is #22C8A5. Grayscale: #6C6C6C. Windows color (decimal): -2279590 or 5912541. OLE color: 5912541.

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

Color convert

RGB 221 55 90 -
CMYK 0 0.75 0.59 0.13
HSL 347.35º 0.71% 0.54% -
HSV(B) 347.35º 0.75% 0.87% -
XYZ 33.03 18.84 11.57 -
YUV 108.62 117.5 208.15 -
System Red Green Blue C M Y K H S L
Decimal 221 55 90 0 0.75 0.59 0.13 347.35 0.71 0.54
Hex DD 37 5A 0 4B 3B D 15B 47 36
Octal 335 67 132 0 113 73 15 533 107 66
Binary 11011101 110111 1011010 0 1001011 111011 1101 101011011 1000111 110110

Color Harmonies of #DD375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD375A

Black with #DD375A

Text Example


Text Example

White with #DD375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD375A; }

 p { color: rgb(221,55,90); }

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

background-color css

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

 a { background-color: rgb(221,55,90); }

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

border-color css

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

 span { border-color: rgb(221,55,90); }

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