Html Css Color HEX #D5325A Cerise

📋 copy color: '#D5325A'

red 213 ◦ green 50 ◦ blue 90

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

Shades of Cerise #D5325A

Tints of Cerise #D5325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 60.34%
G = 14.16%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5325A (or 0xD5325A) is known color: Cerise. HEX triplet: D5, 32 and 5A. RGB value is (213,50,90). Sum of RGB (Red+Green+Blue) = 213+50+90=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5325A is #2ACDA5. Grayscale: #676767. Windows color (decimal): -2805158 or 5911253. OLE color: 5911253.

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

Color convert

RGB 213 50 90 -
CMYK 0 0.77 0.58 0.16
HSL 345.28º 0.66% 0.52% -
HSV(B) 345.28º 0.77% 0.84% -
XYZ 30.43 17.17 11.38 -
YUV 103.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 213 50 90 0 0.77 0.58 0.16 345.28 0.66 0.52
Hex D5 32 5A 0 4D 3A 10 159 42 34
Octal 325 62 132 0 115 72 20 531 102 64
Binary 11010101 110010 1011010 0 1001101 111010 10000 101011001 1000010 110100

Color Harmonies of #D5325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5325A

Black with #D5325A

Text Example


Text Example

White with #D5325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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