Html Css Color HEX #D5325D Cerise

📋 copy color: '#D5325D'

red 213 ◦ green 50 ◦ blue 93

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

Shades of Cerise #D5325D

Tints of Cerise #D5325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 59.83%
G = 14.04%
B = 26.12%

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

#D5325D (or 0xD5325D) is known color: Cerise. HEX triplet: D5, 32 and 5D. RGB value is (213,50,93). Sum of RGB (Red+Green+Blue) = 213+50+93=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5325D is #2ACDA2. Grayscale: #676767. Windows color (decimal): -2805155 or 6107861. OLE color: 6107861.

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

Color convert

RGB 213 50 93 -
CMYK 0 0.77 0.56 0.16
HSL 344.17º 0.66% 0.52% -
HSV(B) 344.17º 0.77% 0.84% -
XYZ 30.56 17.22 12.07 -
YUV 103.64 122 206 -
System Red Green Blue C M Y K H S L
Decimal 213 50 93 0 0.77 0.56 0.16 344.17 0.66 0.52
Hex D5 32 5D 0 4D 38 10 158 42 34
Octal 325 62 135 0 115 70 20 530 102 64
Binary 11010101 110010 1011101 0 1001101 111000 10000 101011000 1000010 110100

Color Harmonies of #D5325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5325D

Black with #D5325D

Text Example


Text Example

White with #D5325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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