Html Css Color HEX #D4329D Deep Cerise

📋 copy color: '#D4329D'

red 212 ◦ green 50 ◦ blue 157

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

Shades of Deep Cerise #D4329D

Tints of Deep Cerise #D4329D

RGB

 RED value IS 212 (83.2% from 255) = 50.6%

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

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

R = 50.6%
G = 11.93%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4329D (or 0xD4329D) is known color: Deep Cerise. HEX triplet: D4, 32 and 9D. RGB value is (212,50,157). Sum of RGB (Red+Green+Blue) = 212+50+157=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4329D is #2BCD62. Grayscale: #6E6E6E. Windows color (decimal): -2870627 or 10302164. OLE color: 10302164.

HSL color Cylindrical-coordinate representation of color #D4329D: hue angle of 320.37º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4329D is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 50 157 -
CMYK 0 0.76 0.26 0.17
HSL 320.37º 0.65% 0.51% -
HSV(B) 320.37º 0.76% 0.83% -
XYZ 34.38 18.71 33.7 -
YUV 110.64 154.17 200.3 -
System Red Green Blue C M Y K H S L
Decimal 212 50 157 0 0.76 0.26 0.17 320.37 0.65 0.51
Hex D4 32 9D 0 4C 1A 11 140 41 33
Octal 324 62 235 0 114 32 21 500 101 63
Binary 11010100 110010 10011101 0 1001100 11010 10001 101000000 1000001 110011

Color Harmonies of #D4329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4329D

Black with #D4329D

Text Example


Text Example

White with #D4329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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