Html Css Color HEX #D6309A Deep Cerise

📋 copy color: '#D6309A'

red 214 ◦ green 48 ◦ blue 154

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

Shades of Deep Cerise #D6309A

Tints of Deep Cerise #D6309A

RGB

 RED value IS 214 (83.98% from 255) = 51.44%

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

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

R = 51.44%
G = 11.54%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6309A (or 0xD6309A) is known color: Deep Cerise. HEX triplet: D6, 30 and 9A. RGB value is (214,48,154). Sum of RGB (Red+Green+Blue) = 214+48+154=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6309A is #29CF65. Grayscale: #6D6D6D. Windows color (decimal): -2740070 or 10105046. OLE color: 10105046.

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

Color convert

RGB 214 48 154 -
CMYK 0 0.78 0.28 0.16
HSL 321.69º 0.67% 0.51% -
HSV(B) 321.69º 0.78% 0.84% -
XYZ 34.62 18.74 32.36 -
YUV 109.72 153 202.38 -
System Red Green Blue C M Y K H S L
Decimal 214 48 154 0 0.78 0.28 0.16 321.69 0.67 0.51
Hex D6 30 9A 0 4E 1C 10 142 43 33
Octal 326 60 232 0 116 34 20 502 103 63
Binary 11010110 110000 10011010 0 1001110 11100 10000 101000010 1000011 110011

Color Harmonies of #D6309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6309A

Black with #D6309A

Text Example


Text Example

White with #D6309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6309A; }

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

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

background-color css

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

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

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

border-color css

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

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

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