Html Css Color HEX #DD375E Cerise

📋 copy color: '#DD375E'

red 221 ◦ green 55 ◦ blue 94

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

Shades of Cerise #DD375E

Tints of Cerise #DD375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.41%

R = 59.73%
G = 14.86%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD375E (or 0xDD375E) is known color: Cerise. HEX triplet: DD, 37 and 5E. RGB value is (221,55,94). Sum of RGB (Red+Green+Blue) = 221+55+94=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD375E is #22C8A1. Grayscale: #6D6D6D. Windows color (decimal): -2279586 or 6174685. OLE color: 6174685.

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

Color convert

RGB 221 55 94 -
CMYK 0 0.75 0.57 0.13
HSL 345.9º 0.71% 0.54% -
HSV(B) 345.9º 0.75% 0.87% -
XYZ 33.21 18.91 12.49 -
YUV 109.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 221 55 94 0 0.75 0.57 0.13 345.9 0.71 0.54
Hex DD 37 5E 0 4B 39 D 15A 47 36
Octal 335 67 136 0 113 71 15 532 107 66
Binary 11011101 110111 1011110 0 1001011 111001 1101 101011010 1000111 110110

Color Harmonies of #DD375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD375E

Black with #DD375E

Text Example


Text Example

White with #DD375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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