Html Css Color HEX #D6309B Deep Cerise

📋 copy color: '#D6309B'

red 214 ◦ green 48 ◦ blue 155

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

Shades of Deep Cerise #D6309B

Tints of Deep Cerise #D6309B

RGB

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

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

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

R = 51.32%
G = 11.51%
B = 37.17%

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

#D6309B (or 0xD6309B) is known color: Deep Cerise. HEX triplet: D6, 30 and 9B. RGB value is (214,48,155). Sum of RGB (Red+Green+Blue) = 214+48+155=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6309B is #29CF64. Grayscale: #6D6D6D. Windows color (decimal): -2740069 or 10170582. OLE color: 10170582.

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

Color convert

RGB 214 48 155 -
CMYK 0 0.78 0.28 0.16
HSL 321.33º 0.67% 0.51% -
HSV(B) 321.33º 0.78% 0.84% -
XYZ 34.7 18.78 32.81 -
YUV 109.83 153.5 202.3 -
System Red Green Blue C M Y K H S L
Decimal 214 48 155 0 0.78 0.28 0.16 321.33 0.67 0.51
Hex D6 30 9B 0 4E 1C 10 141 43 33
Octal 326 60 233 0 116 34 20 501 103 63
Binary 11010110 110000 10011011 0 1001110 11100 10000 101000001 1000011 110011

Color Harmonies of #D6309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6309B

Black with #D6309B

Text Example


Text Example

White with #D6309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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