Html Css Color HEX #D6328C Deep Cerise

📋 copy color: '#D6328C'

red 214 ◦ green 50 ◦ blue 140

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

Shades of Deep Cerise #D6328C

Tints of Deep Cerise #D6328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 52.97%
G = 12.38%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6328C (or 0xD6328C) is known color: Deep Cerise. HEX triplet: D6, 32 and 8C. RGB value is (214,50,140). Sum of RGB (Red+Green+Blue) = 214+50+140=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6328C is #29CD73. Grayscale: #6D6D6D. Windows color (decimal): -2739572 or 9188054. OLE color: 9188054.

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

Color convert

RGB 214 50 140 -
CMYK 0 0.77 0.35 0.16
HSL 327.07º 0.67% 0.52% -
HSV(B) 327.07º 0.77% 0.84% -
XYZ 33.61 18.47 26.6 -
YUV 109.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 214 50 140 0 0.77 0.35 0.16 327.07 0.67 0.52
Hex D6 32 8C 0 4D 23 10 147 43 34
Octal 326 62 214 0 115 43 20 507 103 64
Binary 11010110 110010 10001100 0 1001101 100011 10000 101000111 1000011 110100

Color Harmonies of #D6328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6328C

Black with #D6328C

Text Example


Text Example

White with #D6328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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