Html Css Color HEX #D5339D Deep Cerise

📋 copy color: '#D5339D'

red 213 ◦ green 51 ◦ blue 157

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

Shades of Deep Cerise #D5339D

Tints of Deep Cerise #D5339D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 50.59%
G = 12.11%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5339D (or 0xD5339D) is known color: Deep Cerise. HEX triplet: D5, 33 and 9D. RGB value is (213,51,157). Sum of RGB (Red+Green+Blue) = 213+51+157=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5339D is #2ACC62. Grayscale: #6F6F6F. Windows color (decimal): -2804835 or 10302421. OLE color: 10302421.

HSL color Cylindrical-coordinate representation of color #D5339D: hue angle of 320.74º 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 #D5339D is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 157 -
CMYK 0 0.76 0.26 0.16
HSL 320.74º 0.66% 0.52% -
HSV(B) 320.74º 0.76% 0.84% -
XYZ 34.71 18.95 33.73 -
YUV 111.52 153.67 200.38 -
System Red Green Blue C M Y K H S L
Decimal 213 51 157 0 0.76 0.26 0.16 320.74 0.66 0.52
Hex D5 33 9D 0 4C 1A 10 141 42 34
Octal 325 63 235 0 114 32 20 501 102 64
Binary 11010101 110011 10011101 0 1001100 11010 10000 101000001 1000010 110100

Color Harmonies of #D5339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5339D

Black with #D5339D

Text Example


Text Example

White with #D5339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5339D; }

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

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

background-color css

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

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

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

border-color css

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

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

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