Html Css Color HEX #D4325B Cerise

📋 copy color: '#D4325B'

red 212 ◦ green 50 ◦ blue 91

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

Shades of Cerise #D4325B

Tints of Cerise #D4325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 60.06%
G = 14.16%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4325B (or 0xD4325B) is known color: Cerise. HEX triplet: D4, 32 and 5B. RGB value is (212,50,91). Sum of RGB (Red+Green+Blue) = 212+50+91=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4325B is #2BCDA4. Grayscale: #676767. Windows color (decimal): -2870693 or 5976788. OLE color: 5976788.

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

Color convert

RGB 212 50 91 -
CMYK 0 0.76 0.57 0.17
HSL 344.81º 0.65% 0.51% -
HSV(B) 344.81º 0.76% 0.83% -
XYZ 30.18 17.03 11.59 -
YUV 103.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 212 50 91 0 0.76 0.57 0.17 344.81 0.65 0.51
Hex D4 32 5B 0 4C 39 11 159 41 33
Octal 324 62 133 0 114 71 21 531 101 63
Binary 11010100 110010 1011011 0 1001100 111001 10001 101011001 1000001 110011

Color Harmonies of #D4325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4325B

Black with #D4325B

Text Example


Text Example

White with #D4325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4325B; }

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

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

background-color css

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

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

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

border-color css

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

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

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