Html Css Color HEX #D6329C Deep Cerise

📋 copy color: '#D6329C'

red 214 ◦ green 50 ◦ blue 156

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

Shades of Deep Cerise #D6329C

Tints of Deep Cerise #D6329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 50.95%
G = 11.9%
B = 37.14%

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

#D6329C (or 0xD6329C) is known color: Deep Cerise. HEX triplet: D6, 32 and 9C. RGB value is (214,50,156). Sum of RGB (Red+Green+Blue) = 214+50+156=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6329C is #29CD63. Grayscale: #6E6E6E. Windows color (decimal): -2739556 or 10236630. OLE color: 10236630.

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

Color convert

RGB 214 50 156 -
CMYK 0 0.77 0.27 0.16
HSL 321.22º 0.67% 0.52% -
HSV(B) 321.22º 0.77% 0.84% -
XYZ 34.87 18.98 33.28 -
YUV 111.12 153.33 201.38 -
System Red Green Blue C M Y K H S L
Decimal 214 50 156 0 0.77 0.27 0.16 321.22 0.67 0.52
Hex D6 32 9C 0 4D 1B 10 141 43 34
Octal 326 62 234 0 115 33 20 501 103 64
Binary 11010110 110010 10011100 0 1001101 11011 10000 101000001 1000011 110100

Color Harmonies of #D6329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6329C

Black with #D6329C

Text Example


Text Example

White with #D6329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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