Html Css Color HEX #D6319C Deep Cerise

📋 copy color: '#D6319C'

red 214 ◦ green 49 ◦ blue 156

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

Shades of Deep Cerise #D6319C

Tints of Deep Cerise #D6319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.23%

R = 51.07%
G = 11.69%
B = 37.23%

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

#D6319C (or 0xD6319C) is known color: Deep Cerise. HEX triplet: D6, 31 and 9C. RGB value is (214,49,156). Sum of RGB (Red+Green+Blue) = 214+49+156=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6319C is #29CE63. Grayscale: #6E6E6E. Windows color (decimal): -2739812 or 10236374. OLE color: 10236374.

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

Color convert

RGB 214 49 156 -
CMYK 0 0.77 0.27 0.16
HSL 321.09º 0.67% 0.52% -
HSV(B) 321.09º 0.77% 0.84% -
XYZ 34.83 18.89 33.26 -
YUV 110.53 153.66 201.8 -
System Red Green Blue C M Y K H S L
Decimal 214 49 156 0 0.77 0.27 0.16 321.09 0.67 0.52
Hex D6 31 9C 0 4D 1B 10 141 43 34
Octal 326 61 234 0 115 33 20 501 103 64
Binary 11010110 110001 10011100 0 1001101 11011 10000 101000001 1000011 110100

Color Harmonies of #D6319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6319C

Black with #D6319C

Text Example


Text Example

White with #D6319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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