Html Css Color HEX #D7295D Cerise

📋 copy color: '#D7295D'

red 215 ◦ green 41 ◦ blue 93

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

Shades of Cerise #D7295D

Tints of Cerise #D7295D

RGB

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

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

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

R = 61.6%
G = 11.75%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7295D (or 0xD7295D) is known color: Cerise. HEX triplet: D7, 29 and 5D. RGB value is (215,41,93). Sum of RGB (Red+Green+Blue) = 215+41+93=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D7295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7295D is #28D6A2. Grayscale: #626262. Windows color (decimal): -2676387 or 6105559. OLE color: 6105559.

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

Color convert

RGB 215 41 93 -
CMYK 0 0.81 0.57 0.16
HSL 342.07º 0.69% 0.5% -
HSV(B) 342.07º 0.81% 0.84% -
XYZ 30.79 16.82 11.98 -
YUV 98.95 124.65 210.77 -
System Red Green Blue C M Y K H S L
Decimal 215 41 93 0 0.81 0.57 0.16 342.07 0.69 0.5
Hex D7 29 5D 0 51 39 10 156 45 32
Octal 327 51 135 0 121 71 20 526 105 62
Binary 11010111 101001 1011101 0 1010001 111001 10000 101010110 1000101 110010

Color Harmonies of #D7295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7295D

Black with #D7295D

Text Example


Text Example

White with #D7295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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