Html Css Color HEX #D4329B Deep Cerise

📋 copy color: '#D4329B'

red 212 ◦ green 50 ◦ blue 155

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

Shades of Deep Cerise #D4329B

Tints of Deep Cerise #D4329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 50.84%
G = 11.99%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4329B (or 0xD4329B) is known color: Deep Cerise. HEX triplet: D4, 32 and 9B. RGB value is (212,50,155). Sum of RGB (Red+Green+Blue) = 212+50+155=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4329B is #2BCD64. Grayscale: #6E6E6E. Windows color (decimal): -2870629 or 10171092. OLE color: 10171092.

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

Color convert

RGB 212 50 155 -
CMYK 0 0.76 0.27 0.17
HSL 321.11º 0.65% 0.51% -
HSV(B) 321.11º 0.76% 0.83% -
XYZ 34.21 18.64 32.81 -
YUV 110.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 212 50 155 0 0.76 0.27 0.17 321.11 0.65 0.51
Hex D4 32 9B 0 4C 1B 11 141 41 33
Octal 324 62 233 0 114 33 21 501 101 63
Binary 11010100 110010 10011011 0 1001100 11011 10001 101000001 1000001 110011

Color Harmonies of #D4329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4329B

Black with #D4329B

Text Example


Text Example

White with #D4329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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