Html Css Color HEX #D6318A Deep Cerise

📋 copy color: '#D6318A'

red 214 ◦ green 49 ◦ blue 138

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

Shades of Deep Cerise #D6318A

Tints of Deep Cerise #D6318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.41%

R = 53.37%
G = 12.22%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6318A (or 0xD6318A) is known color: Deep Cerise. HEX triplet: D6, 31 and 8A. RGB value is (214,49,138). Sum of RGB (Red+Green+Blue) = 214+49+138=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6318A is #29CE75. Grayscale: #6C6C6C. Windows color (decimal): -2739830 or 9056726. OLE color: 9056726.

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

Color convert

RGB 214 49 138 -
CMYK 0 0.77 0.36 0.16
HSL 327.64º 0.67% 0.52% -
HSV(B) 327.64º 0.77% 0.84% -
XYZ 33.42 18.33 25.82 -
YUV 108.48 144.66 203.26 -
System Red Green Blue C M Y K H S L
Decimal 214 49 138 0 0.77 0.36 0.16 327.64 0.67 0.52
Hex D6 31 8A 0 4D 24 10 148 43 34
Octal 326 61 212 0 115 44 20 510 103 64
Binary 11010110 110001 10001010 0 1001101 100100 10000 101001000 1000011 110100

Color Harmonies of #D6318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6318A

Black with #D6318A

Text Example


Text Example

White with #D6318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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