Html Css Color HEX #D5325C Cerise

📋 copy color: '#D5325C'

red 213 ◦ green 50 ◦ blue 92

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

Shades of Cerise #D5325C

Tints of Cerise #D5325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 60%
G = 14.08%
B = 25.92%

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

#D5325C (or 0xD5325C) is known color: Cerise. HEX triplet: D5, 32 and 5C. RGB value is (213,50,92). Sum of RGB (Red+Green+Blue) = 213+50+92=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5325C is #2ACDA3. Grayscale: #676767. Windows color (decimal): -2805156 or 6042325. OLE color: 6042325.

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

Color convert

RGB 213 50 92 -
CMYK 0 0.77 0.57 0.16
HSL 344.54º 0.66% 0.52% -
HSV(B) 344.54º 0.77% 0.84% -
XYZ 30.51 17.2 11.84 -
YUV 103.53 121.5 206.08 -
System Red Green Blue C M Y K H S L
Decimal 213 50 92 0 0.77 0.57 0.16 344.54 0.66 0.52
Hex D5 32 5C 0 4D 39 10 159 42 34
Octal 325 62 134 0 115 71 20 531 102 64
Binary 11010101 110010 1011100 0 1001101 111001 10000 101011001 1000010 110100

Color Harmonies of #D5325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5325C

Black with #D5325C

Text Example


Text Example

White with #D5325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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