Html Css Color HEX #D5339B Deep Cerise

📋 copy color: '#D5339B'

red 213 ◦ green 51 ◦ blue 155

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

Shades of Deep Cerise #D5339B

Tints of Deep Cerise #D5339B

RGB

 RED value IS 213 (83.59% from 255) = 50.84%

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

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

R = 50.84%
G = 12.17%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5339B (or 0xD5339B) is known color: Deep Cerise. HEX triplet: D5, 33 and 9B. RGB value is (213,51,155). Sum of RGB (Red+Green+Blue) = 213+51+155=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5339B is #2ACC64. Grayscale: #6F6F6F. Windows color (decimal): -2804837 or 10171349. OLE color: 10171349.

HSL color Cylindrical-coordinate representation of color #D5339B: hue angle of 321.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5339B is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 155 -
CMYK 0 0.76 0.27 0.16
HSL 321.48º 0.66% 0.52% -
HSV(B) 321.48º 0.76% 0.84% -
XYZ 34.54 18.88 32.83 -
YUV 111.29 152.67 200.54 -
System Red Green Blue C M Y K H S L
Decimal 213 51 155 0 0.76 0.27 0.16 321.48 0.66 0.52
Hex D5 33 9B 0 4C 1B 10 141 42 34
Octal 325 63 233 0 114 33 20 501 102 64
Binary 11010101 110011 10011011 0 1001100 11011 10000 101000001 1000010 110100

Color Harmonies of #D5339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5339B

Black with #D5339B

Text Example


Text Example

White with #D5339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5339B; }

 p { color: rgb(213,51,155); }

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

background-color css

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

 a { background-color: rgb(213,51,155); }

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

border-color css

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

 span { border-color: rgb(213,51,155); }

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