Html Css Color HEX #D5309E Deep Cerise

📋 copy color: '#D5309E'

red 213 ◦ green 48 ◦ blue 158

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

Shades of Deep Cerise #D5309E

Tints of Deep Cerise #D5309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.46%

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 50.84%
G = 11.46%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5309E (or 0xD5309E) is known color: Deep Cerise. HEX triplet: D5, 30 and 9E. RGB value is (213,48,158). Sum of RGB (Red+Green+Blue) = 213+48+158=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5309E is #2ACF61. Grayscale: #6D6D6D. Windows color (decimal): -2805602 or 10367189. OLE color: 10367189.

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

Color convert

RGB 213 48 158 -
CMYK 0 0.77 0.26 0.16
HSL 320º 0.66% 0.51% -
HSV(B) 320º 0.77% 0.84% -
XYZ 34.67 18.73 34.14 -
YUV 109.88 155.16 201.56 -
System Red Green Blue C M Y K H S L
Decimal 213 48 158 0 0.77 0.26 0.16 320 0.66 0.51
Hex D5 30 9E 0 4D 1A 10 140 42 33
Octal 325 60 236 0 115 32 20 500 102 63
Binary 11010101 110000 10011110 0 1001101 11010 10000 101000000 1000010 110011

Color Harmonies of #D5309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5309E

Black with #D5309E

Text Example


Text Example

White with #D5309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5309E; }

 p { color: rgb(213,48,158); }

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

background-color css

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

 a { background-color: rgb(213,48,158); }

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

border-color css

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

 span { border-color: rgb(213,48,158); }

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