Html Css Color HEX #D3359B Deep Cerise

📋 copy color: '#D3359B'

red 211 ◦ green 53 ◦ blue 155

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

Shades of Deep Cerise #D3359B

Tints of Deep Cerise #D3359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.65%

 BLUE value IS 155 (60.94% from 255) = 36.99%

R = 50.36%
G = 12.65%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3359B (or 0xD3359B) is known color: Deep Cerise. HEX triplet: D3, 35 and 9B. RGB value is (211,53,155). Sum of RGB (Red+Green+Blue) = 211+53+155=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3359B is #2CCA64. Grayscale: #6F6F6F. Windows color (decimal): -2935397 or 10171859. OLE color: 10171859.

HSL color Cylindrical-coordinate representation of color #D3359B: hue angle of 321.27º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3359B is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 53 155 -
CMYK 0 0.75 0.27 0.17
HSL 321.27º 0.64% 0.52% -
HSV(B) 321.27º 0.75% 0.83% -
XYZ 34.05 18.76 32.84 -
YUV 111.87 152.35 198.71 -
System Red Green Blue C M Y K H S L
Decimal 211 53 155 0 0.75 0.27 0.17 321.27 0.64 0.52
Hex D3 35 9B 0 4B 1B 11 141 40 34
Octal 323 65 233 0 113 33 21 501 100 64
Binary 11010011 110101 10011011 0 1001011 11011 10001 101000001 1000000 110100

Color Harmonies of #D3359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3359B

Black with #D3359B

Text Example


Text Example

White with #D3359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3359B; }

 p { color: rgb(211,53,155); }

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

background-color css

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

 a { background-color: rgb(211,53,155); }

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

border-color css

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

 span { border-color: rgb(211,53,155); }

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