Html Css Color HEX #D9295D Cerise

📋 copy color: '#D9295D'

red 217 ◦ green 41 ◦ blue 93

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

Shades of Cerise #D9295D

Tints of Cerise #D9295D

RGB

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

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

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

R = 61.82%
G = 11.68%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9295D (or 0xD9295D) is known color: Cerise. HEX triplet: D9, 29 and 5D. RGB value is (217,41,93). Sum of RGB (Red+Green+Blue) = 217+41+93=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D9295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9295D is #26D6A2. Grayscale: #636363. Windows color (decimal): -2545315 or 6105561. OLE color: 6105561.

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

Color convert

RGB 217 41 93 -
CMYK 0 0.81 0.57 0.15
HSL 342.27º 0.7% 0.51% -
HSV(B) 342.27º 0.81% 0.85% -
XYZ 31.38 17.13 12.01 -
YUV 99.55 124.31 211.77 -
System Red Green Blue C M Y K H S L
Decimal 217 41 93 0 0.81 0.57 0.15 342.27 0.7 0.51
Hex D9 29 5D 0 51 39 F 156 46 33
Octal 331 51 135 0 121 71 17 526 106 63
Binary 11011001 101001 1011101 0 1010001 111001 1111 101010110 1000110 110011

Color Harmonies of #D9295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9295D

Black with #D9295D

Text Example


Text Example

White with #D9295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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