Html Css Color HEX #D6318F Deep Cerise

📋 copy color: '#D6318F'

red 214 ◦ green 49 ◦ blue 143

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

Shades of Deep Cerise #D6318F

Tints of Deep Cerise #D6318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.22%

R = 52.71%
G = 12.07%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6318F (or 0xD6318F) is known color: Deep Cerise. HEX triplet: D6, 31 and 8F. RGB value is (214,49,143). Sum of RGB (Red+Green+Blue) = 214+49+143=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6318F is #29CE70. Grayscale: #6C6C6C. Windows color (decimal): -2739825 or 9384406. OLE color: 9384406.

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

Color convert

RGB 214 49 143 -
CMYK 0 0.77 0.33 0.16
HSL 325.82º 0.67% 0.52% -
HSV(B) 325.82º 0.77% 0.84% -
XYZ 33.79 18.48 27.77 -
YUV 109.05 147.16 202.86 -
System Red Green Blue C M Y K H S L
Decimal 214 49 143 0 0.77 0.33 0.16 325.82 0.67 0.52
Hex D6 31 8F 0 4D 21 10 146 43 34
Octal 326 61 217 0 115 41 20 506 103 64
Binary 11010110 110001 10001111 0 1001101 100001 10000 101000110 1000011 110100

Color Harmonies of #D6318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6318F

Black with #D6318F

Text Example


Text Example

White with #D6318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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