Html Css Color HEX #D5285B Cerise

📋 copy color: '#D5285B'

red 213 ◦ green 40 ◦ blue 91

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

Shades of Cerise #D5285B

Tints of Cerise #D5285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

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

R = 61.92%
G = 11.63%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5285B (or 0xD5285B) is known color: Cerise. HEX triplet: D5, 28 and 5B. RGB value is (213,40,91). Sum of RGB (Red+Green+Blue) = 213+40+91=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5285B is #2AD7A4. Grayscale: #616161. Windows color (decimal): -2807717 or 5974229. OLE color: 5974229.

HSL color Cylindrical-coordinate representation of color #D5285B: hue angle of 342.31º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5285B is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 91 -
CMYK 0 0.81 0.57 0.16
HSL 342.31º 0.68% 0.5% -
HSV(B) 342.31º 0.81% 0.84% -
XYZ 30.09 16.42 11.48 -
YUV 97.54 124.31 210.35 -
System Red Green Blue C M Y K H S L
Decimal 213 40 91 0 0.81 0.57 0.16 342.31 0.68 0.5
Hex D5 28 5B 0 51 39 10 156 44 32
Octal 325 50 133 0 121 71 20 526 104 62
Binary 11010101 101000 1011011 0 1010001 111001 10000 101010110 1000100 110010

Color Harmonies of #D5285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5285B

Black with #D5285B

Text Example


Text Example

White with #D5285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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