Html Css Color HEX #D33175 Deep Cerise

📋 copy color: '#D33175'

red 211 ◦ green 49 ◦ blue 117

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

Shades of Deep Cerise #D33175

Tints of Deep Cerise #D33175

RGB

 RED value IS 211 (82.81% from 255) = 55.97%

 GREEN value IS 49 (19.53% from 255) = 13%

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

R = 55.97%
G = 13%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D33175 (or 0xD33175) is known color: Deep Cerise. HEX triplet: D3, 31 and 75. RGB value is (211,49,117). Sum of RGB (Red+Green+Blue) = 211+49+117=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D33175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33175 is #2CCE8A. Grayscale: #696969. Windows color (decimal): -2936459 or 7680467. OLE color: 7680467.

HSL color Cylindrical-coordinate representation of color #D33175: hue angle of 334.81º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33175 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 49 117 -
CMYK 0 0.77 0.45 0.17
HSL 334.81º 0.65% 0.51% -
HSV(B) 334.81º 0.77% 0.83% -
XYZ 31.17 17.33 18.53 -
YUV 105.19 134.67 203.47 -
System Red Green Blue C M Y K H S L
Decimal 211 49 117 0 0.77 0.45 0.17 334.81 0.65 0.51
Hex D3 31 75 0 4D 2D 11 14F 41 33
Octal 323 61 165 0 115 55 21 517 101 63
Binary 11010011 110001 1110101 0 1001101 101101 10001 101001111 1000001 110011

Color Harmonies of #D33175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33175

Black with #D33175

Text Example


Text Example

White with #D33175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33175; }

 p { color: rgb(211,49,117); }

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

background-color css

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

 a { background-color: rgb(211,49,117); }

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

border-color css

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

 span { border-color: rgb(211,49,117); }

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