Html Css Color HEX #D6328B Deep Cerise

📋 copy color: '#D6328B'

red 214 ◦ green 50 ◦ blue 139

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

Shades of Deep Cerise #D6328B

Tints of Deep Cerise #D6328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 53.1%
G = 12.41%
B = 34.49%

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

#D6328B (or 0xD6328B) is known color: Deep Cerise. HEX triplet: D6, 32 and 8B. RGB value is (214,50,139). Sum of RGB (Red+Green+Blue) = 214+50+139=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6328B is #29CD74. Grayscale: #6C6C6C. Windows color (decimal): -2739573 or 9122518. OLE color: 9122518.

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

Color convert

RGB 214 50 139 -
CMYK 0 0.77 0.35 0.16
HSL 327.44º 0.67% 0.52% -
HSV(B) 327.44º 0.77% 0.84% -
XYZ 33.53 18.44 26.22 -
YUV 109.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 214 50 139 0 0.77 0.35 0.16 327.44 0.67 0.52
Hex D6 32 8B 0 4D 23 10 147 43 34
Octal 326 62 213 0 115 43 20 507 103 64
Binary 11010110 110010 10001011 0 1001101 100011 10000 101000111 1000011 110100

Color Harmonies of #D6328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6328B

Black with #D6328B

Text Example


Text Example

White with #D6328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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