Html Css Color HEX #D7295B Cerise

📋 copy color: '#D7295B'

red 215 ◦ green 41 ◦ blue 91

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

Shades of Cerise #D7295B

Tints of Cerise #D7295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.22%

R = 61.96%
G = 11.82%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7295B (or 0xD7295B) is known color: Cerise. HEX triplet: D7, 29 and 5B. RGB value is (215,41,91). Sum of RGB (Red+Green+Blue) = 215+41+91=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7295B is #28D6A4. Grayscale: #626262. Windows color (decimal): -2676389 or 5974487. OLE color: 5974487.

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

Color convert

RGB 215 41 91 -
CMYK 0 0.81 0.58 0.16
HSL 342.76º 0.69% 0.5% -
HSV(B) 342.76º 0.81% 0.84% -
XYZ 30.71 16.79 11.52 -
YUV 98.73 123.65 210.93 -
System Red Green Blue C M Y K H S L
Decimal 215 41 91 0 0.81 0.58 0.16 342.76 0.69 0.5
Hex D7 29 5B 0 51 3A 10 157 45 32
Octal 327 51 133 0 121 72 20 527 105 62
Binary 11010111 101001 1011011 0 1010001 111010 10000 101010111 1000101 110010

Color Harmonies of #D7295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7295B

Black with #D7295B

Text Example


Text Example

White with #D7295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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