Html Css Color HEX #D5325B Cerise

📋 copy color: '#D5325B'

red 213 ◦ green 50 ◦ blue 91

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

Shades of Cerise #D5325B

Tints of Cerise #D5325B

RGB

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

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

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

R = 60.17%
G = 14.12%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5325B (or 0xD5325B) is known color: Cerise. HEX triplet: D5, 32 and 5B. RGB value is (213,50,91). Sum of RGB (Red+Green+Blue) = 213+50+91=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5325B is #2ACDA4. Grayscale: #676767. Windows color (decimal): -2805157 or 5976789. OLE color: 5976789.

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

Color convert

RGB 213 50 91 -
CMYK 0 0.77 0.57 0.16
HSL 344.91º 0.66% 0.52% -
HSV(B) 344.91º 0.77% 0.84% -
XYZ 30.47 17.18 11.61 -
YUV 103.41 121 206.17 -
System Red Green Blue C M Y K H S L
Decimal 213 50 91 0 0.77 0.57 0.16 344.91 0.66 0.52
Hex D5 32 5B 0 4D 39 10 159 42 34
Octal 325 62 133 0 115 71 20 531 102 64
Binary 11010101 110010 1011011 0 1001101 111001 10000 101011001 1000010 110100

Color Harmonies of #D5325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5325B

Black with #D5325B

Text Example


Text Example

White with #D5325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5325B; }

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

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

background-color css

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

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

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

border-color css

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

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

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