Html Css Color HEX #D5308A Deep Cerise

📋 copy color: '#D5308A'

red 213 ◦ green 48 ◦ blue 138

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

Shades of Deep Cerise #D5308A

Tints of Deep Cerise #D5308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 53.38%
G = 12.03%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5308A (or 0xD5308A) is known color: Deep Cerise. HEX triplet: D5, 30 and 8A. RGB value is (213,48,138). Sum of RGB (Red+Green+Blue) = 213+48+138=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D5308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5308A is #2ACF75. Grayscale: #6B6B6B. Windows color (decimal): -2805622 or 9056469. OLE color: 9056469.

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

Color convert

RGB 213 48 138 -
CMYK 0 0.77 0.35 0.16
HSL 327.27º 0.66% 0.51% -
HSV(B) 327.27º 0.77% 0.84% -
XYZ 33.08 18.1 25.79 -
YUV 107.6 145.16 203.18 -
System Red Green Blue C M Y K H S L
Decimal 213 48 138 0 0.77 0.35 0.16 327.27 0.66 0.51
Hex D5 30 8A 0 4D 23 10 147 42 33
Octal 325 60 212 0 115 43 20 507 102 63
Binary 11010101 110000 10001010 0 1001101 100011 10000 101000111 1000010 110011

Color Harmonies of #D5308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5308A

Black with #D5308A

Text Example


Text Example

White with #D5308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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