Html Css Color HEX #D5309B Deep Cerise

📋 copy color: '#D5309B'

red 213 ◦ green 48 ◦ blue 155

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

Shades of Deep Cerise #D5309B

Tints of Deep Cerise #D5309B

RGB

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

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

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

R = 51.2%
G = 11.54%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5309B (or 0xD5309B) is known color: Deep Cerise. HEX triplet: D5, 30 and 9B. RGB value is (213,48,155). Sum of RGB (Red+Green+Blue) = 213+48+155=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5309B is #2ACF64. Grayscale: #6D6D6D. Windows color (decimal): -2805605 or 10170581. OLE color: 10170581.

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

Color convert

RGB 213 48 155 -
CMYK 0 0.77 0.27 0.16
HSL 321.09º 0.66% 0.51% -
HSV(B) 321.09º 0.77% 0.84% -
XYZ 34.41 18.63 32.79 -
YUV 109.53 153.66 201.8 -
System Red Green Blue C M Y K H S L
Decimal 213 48 155 0 0.77 0.27 0.16 321.09 0.66 0.51
Hex D5 30 9B 0 4D 1B 10 141 42 33
Octal 325 60 233 0 115 33 20 501 102 63
Binary 11010101 110000 10011011 0 1001101 11011 10000 101000001 1000010 110011

Color Harmonies of #D5309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5309B

Black with #D5309B

Text Example


Text Example

White with #D5309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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