Html Css Color HEX #D6317D Deep Cerise

📋 copy color: '#D6317D'

red 214 ◦ green 49 ◦ blue 125

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

Shades of Deep Cerise #D6317D

Tints of Deep Cerise #D6317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 55.15%
G = 12.63%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6317D (or 0xD6317D) is known color: Deep Cerise. HEX triplet: D6, 31 and 7D. RGB value is (214,49,125). Sum of RGB (Red+Green+Blue) = 214+49+125=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6317D is #29CE82. Grayscale: #6A6A6A. Windows color (decimal): -2739843 or 8204758. OLE color: 8204758.

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

Color convert

RGB 214 49 125 -
CMYK 0 0.77 0.42 0.16
HSL 332.36º 0.67% 0.52% -
HSV(B) 332.36º 0.77% 0.84% -
XYZ 32.53 17.97 21.16 -
YUV 107 138.16 204.32 -
System Red Green Blue C M Y K H S L
Decimal 214 49 125 0 0.77 0.42 0.16 332.36 0.67 0.52
Hex D6 31 7D 0 4D 2A 10 14C 43 34
Octal 326 61 175 0 115 52 20 514 103 64
Binary 11010110 110001 1111101 0 1001101 101010 10000 101001100 1000011 110100

Color Harmonies of #D6317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6317D

Black with #D6317D

Text Example


Text Example

White with #D6317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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