Html Css Color HEX #D5325E Cerise

📋 copy color: '#D5325E'

red 213 ◦ green 50 ◦ blue 94

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

Shades of Cerise #D5325E

Tints of Cerise #D5325E

RGB

 RED value IS 213 (83.59% from 255) = 59.66%

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

 BLUE value IS 94 (37.11% from 255) = 26.33%

R = 59.66%
G = 14.01%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5325E (or 0xD5325E) is known color: Cerise. HEX triplet: D5, 32 and 5E. RGB value is (213,50,94). Sum of RGB (Red+Green+Blue) = 213+50+94=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5325E is #2ACDA1. Grayscale: #676767. Windows color (decimal): -2805154 or 6173397. OLE color: 6173397.

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

Color convert

RGB 213 50 94 -
CMYK 0 0.77 0.56 0.16
HSL 343.8º 0.66% 0.52% -
HSV(B) 343.8º 0.77% 0.84% -
XYZ 30.6 17.24 12.3 -
YUV 103.75 122.5 205.92 -
System Red Green Blue C M Y K H S L
Decimal 213 50 94 0 0.77 0.56 0.16 343.8 0.66 0.52
Hex D5 32 5E 0 4D 38 10 158 42 34
Octal 325 62 136 0 115 70 20 530 102 64
Binary 11010101 110010 1011110 0 1001101 111000 10000 101011000 1000010 110100

Color Harmonies of #D5325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5325E

Black with #D5325E

Text Example


Text Example

White with #D5325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5325E; }

 p { color: rgb(213,50,94); }

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

background-color css

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

 a { background-color: rgb(213,50,94); }

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

border-color css

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

 span { border-color: rgb(213,50,94); }

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