Html Css Color HEX #D6327C Deep Cerise

📋 copy color: '#D6327C'

red 214 ◦ green 50 ◦ blue 124

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

Shades of Deep Cerise #D6327C

Tints of Deep Cerise #D6327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.89%

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 55.15%
G = 12.89%
B = 31.96%

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

#D6327C (or 0xD6327C) is known color: Deep Cerise. HEX triplet: D6, 32 and 7C. RGB value is (214,50,124). Sum of RGB (Red+Green+Blue) = 214+50+124=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6327C is #29CD83. Grayscale: #6B6B6B. Windows color (decimal): -2739588 or 8139478. OLE color: 8139478.

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

Color convert

RGB 214 50 124 -
CMYK 0 0.77 0.42 0.16
HSL 332.93º 0.67% 0.52% -
HSV(B) 332.93º 0.77% 0.84% -
XYZ 32.51 18.03 20.84 -
YUV 107.47 137.33 203.98 -
System Red Green Blue C M Y K H S L
Decimal 214 50 124 0 0.77 0.42 0.16 332.93 0.67 0.52
Hex D6 32 7C 0 4D 2A 10 14D 43 34
Octal 326 62 174 0 115 52 20 515 103 64
Binary 11010110 110010 1111100 0 1001101 101010 10000 101001101 1000011 110100

Color Harmonies of #D6327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6327C

Black with #D6327C

Text Example


Text Example

White with #D6327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6327C; }

 p { color: rgb(214,50,124); }

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

background-color css

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

 a { background-color: rgb(214,50,124); }

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

border-color css

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

 span { border-color: rgb(214,50,124); }

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