Html Css Color HEX #D6318B Deep Cerise

📋 copy color: '#D6318B'

red 214 ◦ green 49 ◦ blue 139

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

Shades of Deep Cerise #D6318B

Tints of Deep Cerise #D6318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 53.23%
G = 12.19%
B = 34.58%

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

#D6318B (or 0xD6318B) is known color: Deep Cerise. HEX triplet: D6, 31 and 8B. RGB value is (214,49,139). Sum of RGB (Red+Green+Blue) = 214+49+139=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6318B is #29CE74. Grayscale: #6C6C6C. Windows color (decimal): -2739829 or 9122262. OLE color: 9122262.

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

Color convert

RGB 214 49 139 -
CMYK 0 0.77 0.35 0.16
HSL 327.27º 0.67% 0.52% -
HSV(B) 327.27º 0.77% 0.84% -
XYZ 33.49 18.36 26.2 -
YUV 108.6 145.16 203.18 -
System Red Green Blue C M Y K H S L
Decimal 214 49 139 0 0.77 0.35 0.16 327.27 0.67 0.52
Hex D6 31 8B 0 4D 23 10 147 43 34
Octal 326 61 213 0 115 43 20 507 103 64
Binary 11010110 110001 10001011 0 1001101 100011 10000 101000111 1000011 110100

Color Harmonies of #D6318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6318B

Black with #D6318B

Text Example


Text Example

White with #D6318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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