Html Css Color HEX #DD3375 Cerise

📋 copy color: '#DD3375'

red 221 ◦ green 51 ◦ blue 117

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

Shades of Cerise #DD3375

Tints of Cerise #DD3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 56.81%
G = 13.11%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD3375 (or 0xDD3375) is known color: Cerise. HEX triplet: DD, 33 and 75. RGB value is (221,51,117). Sum of RGB (Red+Green+Blue) = 221+51+117=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3375 is #22CC8A. Grayscale: #6D6D6D. Windows color (decimal): -2280587 or 7680989. OLE color: 7680989.

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

Color convert

RGB 221 51 117 -
CMYK 0 0.77 0.47 0.13
HSL 336.71º 0.71% 0.53% -
HSV(B) 336.71º 0.77% 0.87% -
XYZ 34.21 19.02 18.7 -
YUV 109.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 221 51 117 0 0.77 0.47 0.13 336.71 0.71 0.53
Hex DD 33 75 0 4D 2F D 151 47 35
Octal 335 63 165 0 115 57 15 521 107 65
Binary 11011101 110011 1110101 0 1001101 101111 1101 101010001 1000111 110101

Color Harmonies of #DD3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3375

Black with #DD3375

Text Example


Text Example

White with #DD3375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3375; }

 p { color: rgb(221,51,117); }

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

background-color css

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

 a { background-color: rgb(221,51,117); }

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

border-color css

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

 span { border-color: rgb(221,51,117); }

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