Html Css Color HEX #D6318C Deep Cerise

📋 copy color: '#D6318C'

red 214 ◦ green 49 ◦ blue 140

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

Shades of Deep Cerise #D6318C

Tints of Deep Cerise #D6318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 53.1%
G = 12.16%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6318C (or 0xD6318C) is known color: Deep Cerise. HEX triplet: D6, 31 and 8C. RGB value is (214,49,140). Sum of RGB (Red+Green+Blue) = 214+49+140=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6318C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6318C is #29CE73. Grayscale: #6C6C6C. Windows color (decimal): -2739828 or 9187798. OLE color: 9187798.

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

Color convert

RGB 214 49 140 -
CMYK 0 0.77 0.35 0.16
HSL 326.91º 0.67% 0.52% -
HSV(B) 326.91º 0.77% 0.84% -
XYZ 33.56 18.39 26.59 -
YUV 108.71 145.66 203.1 -
System Red Green Blue C M Y K H S L
Decimal 214 49 140 0 0.77 0.35 0.16 326.91 0.67 0.52
Hex D6 31 8C 0 4D 23 10 147 43 34
Octal 326 61 214 0 115 43 20 507 103 64
Binary 11010110 110001 10001100 0 1001101 100011 10000 101000111 1000011 110100

Color Harmonies of #D6318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6318C

Black with #D6318C

Text Example


Text Example

White with #D6318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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