Html Css Color HEX #D7285F Cerise

📋 copy color: '#D7285F'

red 215 ◦ green 40 ◦ blue 95

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

Shades of Cerise #D7285F

Tints of Cerise #D7285F

RGB

 RED value IS 215 (84.38% from 255) = 61.43%

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

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 61.43%
G = 11.43%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7285F (or 0xD7285F) is known color: Cerise. HEX triplet: D7, 28 and 5F. RGB value is (215,40,95). Sum of RGB (Red+Green+Blue) = 215+40+95=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D7285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7285F is #28D7A0. Grayscale: #626262. Windows color (decimal): -2676641 or 6236375. OLE color: 6236375.

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

Color convert

RGB 215 40 95 -
CMYK 0 0.81 0.56 0.16
HSL 341.14º 0.69% 0.5% -
HSV(B) 341.14º 0.81% 0.84% -
XYZ 30.85 16.79 12.44 -
YUV 98.6 125.98 211.03 -
System Red Green Blue C M Y K H S L
Decimal 215 40 95 0 0.81 0.56 0.16 341.14 0.69 0.5
Hex D7 28 5F 0 51 38 10 155 45 32
Octal 327 50 137 0 121 70 20 525 105 62
Binary 11010111 101000 1011111 0 1010001 111000 10000 101010101 1000101 110010

Color Harmonies of #D7285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7285F

Black with #D7285F

Text Example


Text Example

White with #D7285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7285F; }

 p { color: rgb(215,40,95); }

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

background-color css

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

 a { background-color: rgb(215,40,95); }

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

border-color css

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

 span { border-color: rgb(215,40,95); }

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