Html Css Color HEX #D4309A Deep Cerise

📋 copy color: '#D4309A'

red 212 ◦ green 48 ◦ blue 154

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

Shades of Deep Cerise #D4309A

Tints of Deep Cerise #D4309A

RGB

 RED value IS 212 (83.2% from 255) = 51.21%

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

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

R = 51.21%
G = 11.59%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4309A (or 0xD4309A) is known color: Deep Cerise. HEX triplet: D4, 30 and 9A. RGB value is (212,48,154). Sum of RGB (Red+Green+Blue) = 212+48+154=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D4309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4309A is #2BCF65. Grayscale: #6C6C6C. Windows color (decimal): -2871142 or 10105044. OLE color: 10105044.

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

Color convert

RGB 212 48 154 -
CMYK 0 0.77 0.27 0.17
HSL 321.22º 0.66% 0.51% -
HSV(B) 321.22º 0.77% 0.83% -
XYZ 34.04 18.44 32.34 -
YUV 109.12 153.33 201.38 -
System Red Green Blue C M Y K H S L
Decimal 212 48 154 0 0.77 0.27 0.17 321.22 0.66 0.51
Hex D4 30 9A 0 4D 1B 11 141 42 33
Octal 324 60 232 0 115 33 21 501 102 63
Binary 11010100 110000 10011010 0 1001101 11011 10001 101000001 1000010 110011

Color Harmonies of #D4309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4309A

Black with #D4309A

Text Example


Text Example

White with #D4309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4309A; }

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

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

background-color css

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

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

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

border-color css

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

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

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