Html Css Color HEX #D9285D Cerise

📋 copy color: '#D9285D'

red 217 ◦ green 40 ◦ blue 93

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

Shades of Cerise #D9285D

Tints of Cerise #D9285D

RGB

 RED value IS 217 (85.16% from 255) = 62%

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

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

R = 62%
G = 11.43%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9285D (or 0xD9285D) is known color: Cerise. HEX triplet: D9, 28 and 5D. RGB value is (217,40,93). Sum of RGB (Red+Green+Blue) = 217+40+93=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9285D is #26D7A2. Grayscale: #626262. Windows color (decimal): -2545571 or 6105305. OLE color: 6105305.

HSL color Cylindrical-coordinate representation of color #D9285D: hue angle of 342.03º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9285D is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 40 93 -
CMYK 0 0.82 0.57 0.15
HSL 342.03º 0.7% 0.5% -
HSV(B) 342.03º 0.82% 0.85% -
XYZ 31.35 17.06 12 -
YUV 98.97 124.64 212.19 -
System Red Green Blue C M Y K H S L
Decimal 217 40 93 0 0.82 0.57 0.15 342.03 0.7 0.5
Hex D9 28 5D 0 52 39 F 156 46 32
Octal 331 50 135 0 122 71 17 526 106 62
Binary 11011001 101000 1011101 0 1010010 111001 1111 101010110 1000110 110010

Color Harmonies of #D9285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9285D

Black with #D9285D

Text Example


Text Example

White with #D9285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9285D; }

 p { color: rgb(217,40,93); }

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

background-color css

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

 a { background-color: rgb(217,40,93); }

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

border-color css

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

 span { border-color: rgb(217,40,93); }

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