Html Css Color HEX #D6328F Deep Cerise

📋 copy color: '#D6328F'

red 214 ◦ green 50 ◦ blue 143

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

Shades of Deep Cerise #D6328F

Tints of Deep Cerise #D6328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.14%

R = 52.58%
G = 12.29%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6328F (or 0xD6328F) is known color: Deep Cerise. HEX triplet: D6, 32 and 8F. RGB value is (214,50,143). Sum of RGB (Red+Green+Blue) = 214+50+143=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6328F is #29CD70. Grayscale: #6D6D6D. Windows color (decimal): -2739569 or 9384662. OLE color: 9384662.

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

Color convert

RGB 214 50 143 -
CMYK 0 0.77 0.33 0.16
HSL 325.98º 0.67% 0.52% -
HSV(B) 325.98º 0.77% 0.84% -
XYZ 33.83 18.56 27.79 -
YUV 109.64 146.83 202.44 -
System Red Green Blue C M Y K H S L
Decimal 214 50 143 0 0.77 0.33 0.16 325.98 0.67 0.52
Hex D6 32 8F 0 4D 21 10 146 43 34
Octal 326 62 217 0 115 41 20 506 103 64
Binary 11010110 110010 10001111 0 1001101 100001 10000 101000110 1000011 110100

Color Harmonies of #D6328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6328F

Black with #D6328F

Text Example


Text Example

White with #D6328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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