Html Css Color HEX #D9295F Cerise

📋 copy color: '#D9295F'

red 217 ◦ green 41 ◦ blue 95

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

Shades of Cerise #D9295F

Tints of Cerise #D9295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.61%

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

R = 61.47%
G = 11.61%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9295F (or 0xD9295F) is known color: Cerise. HEX triplet: D9, 29 and 5F. RGB value is (217,41,95). Sum of RGB (Red+Green+Blue) = 217+41+95=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D9295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9295F is #26D6A0. Grayscale: #636363. Windows color (decimal): -2545313 or 6236633. OLE color: 6236633.

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

Color convert

RGB 217 41 95 -
CMYK 0 0.81 0.56 0.15
HSL 341.59º 0.7% 0.51% -
HSV(B) 341.59º 0.81% 0.85% -
XYZ 31.47 17.16 12.48 -
YUV 99.78 125.31 211.61 -
System Red Green Blue C M Y K H S L
Decimal 217 41 95 0 0.81 0.56 0.15 341.59 0.7 0.51
Hex D9 29 5F 0 51 38 F 156 46 33
Octal 331 51 137 0 121 70 17 526 106 63
Binary 11011001 101001 1011111 0 1010001 111000 1111 101010110 1000110 110011

Color Harmonies of #D9295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9295F

Black with #D9295F

Text Example


Text Example

White with #D9295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9295F; }

 p { color: rgb(217,41,95); }

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

background-color css

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

 a { background-color: rgb(217,41,95); }

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

border-color css

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

 span { border-color: rgb(217,41,95); }

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