Html Css Color HEX #D6319D Deep Cerise

📋 copy color: '#D6319D'

red 214 ◦ green 49 ◦ blue 157

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

Shades of Deep Cerise #D6319D

Tints of Deep Cerise #D6319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.67%

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 50.95%
G = 11.67%
B = 37.38%

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

#D6319D (or 0xD6319D) is known color: Deep Cerise. HEX triplet: D6, 31 and 9D. RGB value is (214,49,157). Sum of RGB (Red+Green+Blue) = 214+49+157=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6319D is #29CE62. Grayscale: #6E6E6E. Windows color (decimal): -2739811 or 10301910. OLE color: 10301910.

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

Color convert

RGB 214 49 157 -
CMYK 0 0.77 0.27 0.16
HSL 320.73º 0.67% 0.52% -
HSV(B) 320.73º 0.77% 0.84% -
XYZ 34.92 18.93 33.71 -
YUV 110.65 154.16 201.72 -
System Red Green Blue C M Y K H S L
Decimal 214 49 157 0 0.77 0.27 0.16 320.73 0.67 0.52
Hex D6 31 9D 0 4D 1B 10 141 43 34
Octal 326 61 235 0 115 33 20 501 103 64
Binary 11010110 110001 10011101 0 1001101 11011 10000 101000001 1000011 110100

Color Harmonies of #D6319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6319D

Black with #D6319D

Text Example


Text Example

White with #D6319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6319D; }

 p { color: rgb(214,49,157); }

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

background-color css

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

 a { background-color: rgb(214,49,157); }

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

border-color css

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

 span { border-color: rgb(214,49,157); }

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