Html Css Color HEX #D6317F Deep Cerise

📋 copy color: '#D6317F'

red 214 ◦ green 49 ◦ blue 127

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

Shades of Deep Cerise #D6317F

Tints of Deep Cerise #D6317F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 54.87%
G = 12.56%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6317F (or 0xD6317F) is known color: Deep Cerise. HEX triplet: D6, 31 and 7F. RGB value is (214,49,127). Sum of RGB (Red+Green+Blue) = 214+49+127=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6317F is #29CE80. Grayscale: #6B6B6B. Windows color (decimal): -2739841 or 8335830. OLE color: 8335830.

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

Color convert

RGB 214 49 127 -
CMYK 0 0.77 0.41 0.16
HSL 331.64º 0.67% 0.52% -
HSV(B) 331.64º 0.77% 0.84% -
XYZ 32.66 18.03 21.84 -
YUV 107.23 139.16 204.16 -
System Red Green Blue C M Y K H S L
Decimal 214 49 127 0 0.77 0.41 0.16 331.64 0.67 0.52
Hex D6 31 7F 0 4D 29 10 14C 43 34
Octal 326 61 177 0 115 51 20 514 103 64
Binary 11010110 110001 1111111 0 1001101 101001 10000 101001100 1000011 110100

Color Harmonies of #D6317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6317F

Black with #D6317F

Text Example


Text Example

White with #D6317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6317F; }

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

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

background-color css

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

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

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

border-color css

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

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

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