Html Css Color HEX #DD2375 Deep Cerise

📋 copy color: '#DD2375'

red 221 ◦ green 35 ◦ blue 117

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

Shades of Deep Cerise #DD2375

Tints of Deep Cerise #DD2375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.38%

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

R = 59.25%
G = 9.38%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD2375 (or 0xDD2375) is known color: Deep Cerise. HEX triplet: DD, 23 and 75. RGB value is (221,35,117). Sum of RGB (Red+Green+Blue) = 221+35+117=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2375 is #22DC8A. Grayscale: #636363. Windows color (decimal): -2284683 or 7676893. OLE color: 7676893.

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

Color convert

RGB 221 35 117 -
CMYK 0 0.84 0.47 0.13
HSL 333.55º 0.73% 0.5% -
HSV(B) 333.55º 0.84% 0.87% -
XYZ 33.63 17.86 18.5 -
YUV 99.96 137.62 214.33 -
System Red Green Blue C M Y K H S L
Decimal 221 35 117 0 0.84 0.47 0.13 333.55 0.73 0.5
Hex DD 23 75 0 54 2F D 14E 49 32
Octal 335 43 165 0 124 57 15 516 111 62
Binary 11011101 100011 1110101 0 1010100 101111 1101 101001110 1001001 110010

Color Harmonies of #DD2375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2375

Black with #DD2375

Text Example


Text Example

White with #DD2375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2375; }

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

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

background-color css

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

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

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

border-color css

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

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

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