Html Css Color HEX #D6329D Deep Cerise

📋 copy color: '#D6329D'

red 214 ◦ green 50 ◦ blue 157

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

Shades of Deep Cerise #D6329D

Tints of Deep Cerise #D6329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 50.83%
G = 11.88%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6329D (or 0xD6329D) is known color: Deep Cerise. HEX triplet: D6, 32 and 9D. RGB value is (214,50,157). Sum of RGB (Red+Green+Blue) = 214+50+157=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6329D is #29CD62. Grayscale: #6E6E6E. Windows color (decimal): -2739555 or 10302166. OLE color: 10302166.

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

Color convert

RGB 214 50 157 -
CMYK 0 0.77 0.27 0.16
HSL 320.85º 0.67% 0.52% -
HSV(B) 320.85º 0.77% 0.84% -
XYZ 34.96 19.01 33.73 -
YUV 111.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 214 50 157 0 0.77 0.27 0.16 320.85 0.67 0.52
Hex D6 32 9D 0 4D 1B 10 141 43 34
Octal 326 62 235 0 115 33 20 501 103 64
Binary 11010110 110010 10011101 0 1001101 11011 10000 101000001 1000011 110100

Color Harmonies of #D6329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6329D

Black with #D6329D

Text Example


Text Example

White with #D6329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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