Html Css Color HEX #D5309A Deep Cerise

📋 copy color: '#D5309A'

red 213 ◦ green 48 ◦ blue 154

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

Shades of Deep Cerise #D5309A

Tints of Deep Cerise #D5309A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 51.33%
G = 11.57%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5309A (or 0xD5309A) is known color: Deep Cerise. HEX triplet: D5, 30 and 9A. RGB value is (213,48,154). Sum of RGB (Red+Green+Blue) = 213+48+154=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D5309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5309A is #2ACF65. Grayscale: #6D6D6D. Windows color (decimal): -2805606 or 10105045. OLE color: 10105045.

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

Color convert

RGB 213 48 154 -
CMYK 0 0.77 0.28 0.16
HSL 321.45º 0.66% 0.51% -
HSV(B) 321.45º 0.77% 0.84% -
XYZ 34.33 18.59 32.35 -
YUV 109.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 213 48 154 0 0.77 0.28 0.16 321.45 0.66 0.51
Hex D5 30 9A 0 4D 1C 10 141 42 33
Octal 325 60 232 0 115 34 20 501 102 63
Binary 11010101 110000 10011010 0 1001101 11100 10000 101000001 1000010 110011

Color Harmonies of #D5309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5309A

Black with #D5309A

Text Example


Text Example

White with #D5309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5309A; }

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

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

background-color css

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

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

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

border-color css

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

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

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