Html Css Color HEX #D4329F Deep Cerise

📋 copy color: '#D4329F'

red 212 ◦ green 50 ◦ blue 159

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

Shades of Deep Cerise #D4329F

Tints of Deep Cerise #D4329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 50.36%
G = 11.88%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4329F (or 0xD4329F) is known color: Deep Cerise. HEX triplet: D4, 32 and 9F. RGB value is (212,50,159). Sum of RGB (Red+Green+Blue) = 212+50+159=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4329F is #2BCD60. Grayscale: #6E6E6E. Windows color (decimal): -2870625 or 10433236. OLE color: 10433236.

HSL color Cylindrical-coordinate representation of color #D4329F: hue angle of 319.63º 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 #D4329F is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 50 159 -
CMYK 0 0.76 0.25 0.17
HSL 319.63º 0.65% 0.51% -
HSV(B) 319.63º 0.76% 0.83% -
XYZ 34.55 18.78 34.61 -
YUV 110.86 155.17 200.14 -
System Red Green Blue C M Y K H S L
Decimal 212 50 159 0 0.76 0.25 0.17 319.63 0.65 0.51
Hex D4 32 9F 0 4C 19 11 140 41 33
Octal 324 62 237 0 114 31 21 500 101 63
Binary 11010100 110010 10011111 0 1001100 11001 10001 101000000 1000001 110011

Color Harmonies of #D4329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4329F

Black with #D4329F

Text Example


Text Example

White with #D4329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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