Html Css Color HEX #D9255D Cerise

📋 copy color: '#D9255D'

red 217 ◦ green 37 ◦ blue 93

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

Shades of Cerise #D9255D

Tints of Cerise #D9255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.66%

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

R = 62.54%
G = 10.66%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9255D (or 0xD9255D) is known color: Cerise. HEX triplet: D9, 25 and 5D. RGB value is (217,37,93). Sum of RGB (Red+Green+Blue) = 217+37+93=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9255D is #26DAA2. Grayscale: #616161. Windows color (decimal): -2546339 or 6104537. OLE color: 6104537.

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

Color convert

RGB 217 37 93 -
CMYK 0 0.83 0.57 0.15
HSL 341.33º 0.71% 0.5% -
HSV(B) 341.33º 0.83% 0.85% -
XYZ 31.25 16.87 11.96 -
YUV 97.2 125.63 213.45 -
System Red Green Blue C M Y K H S L
Decimal 217 37 93 0 0.83 0.57 0.15 341.33 0.71 0.5
Hex D9 25 5D 0 53 39 F 155 47 32
Octal 331 45 135 0 123 71 17 525 107 62
Binary 11011001 100101 1011101 0 1010011 111001 1111 101010101 1000111 110010

Color Harmonies of #D9255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9255D

Black with #D9255D

Text Example


Text Example

White with #D9255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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