Html Css Color HEX #D5285A Cerise

📋 copy color: '#D5285A'

red 213 ◦ green 40 ◦ blue 90

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

Shades of Cerise #D5285A

Tints of Cerise #D5285A

RGB

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

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

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

R = 62.1%
G = 11.66%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5285A (or 0xD5285A) is known color: Cerise. HEX triplet: D5, 28 and 5A. RGB value is (213,40,90). Sum of RGB (Red+Green+Blue) = 213+40+90=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5285A is #2AD7A5. Grayscale: #616161. Windows color (decimal): -2807718 or 5908693. OLE color: 5908693.

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

Color convert

RGB 213 40 90 -
CMYK 0 0.81 0.58 0.16
HSL 342.66º 0.68% 0.5% -
HSV(B) 342.66º 0.81% 0.84% -
XYZ 30.04 16.4 11.26 -
YUV 97.43 123.81 210.43 -
System Red Green Blue C M Y K H S L
Decimal 213 40 90 0 0.81 0.58 0.16 342.66 0.68 0.5
Hex D5 28 5A 0 51 3A 10 157 44 32
Octal 325 50 132 0 121 72 20 527 104 62
Binary 11010101 101000 1011010 0 1010001 111010 10000 101010111 1000100 110010

Color Harmonies of #D5285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5285A

Black with #D5285A

Text Example


Text Example

White with #D5285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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