Html Css Color HEX #D3295F Cerise

📋 copy color: '#D3295F'

red 211 ◦ green 41 ◦ blue 95

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

Shades of Cerise #D3295F

Tints of Cerise #D3295F

RGB

 RED value IS 211 (82.81% from 255) = 60.81%

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

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

R = 60.81%
G = 11.82%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3295F (or 0xD3295F) is known color: Cerise. HEX triplet: D3, 29 and 5F. RGB value is (211,41,95). Sum of RGB (Red+Green+Blue) = 211+41+95=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D3295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3295F is #2CD6A0. Grayscale: #616161. Windows color (decimal): -2938529 or 6236627. OLE color: 6236627.

HSL color Cylindrical-coordinate representation of color #D3295F: hue angle of 340.94º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3295F is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 41 95 -
CMYK 0 0.81 0.55 0.17
HSL 340.94º 0.67% 0.49% -
HSV(B) 340.94º 0.81% 0.83% -
XYZ 29.72 16.26 12.4 -
YUV 97.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 211 41 95 0 0.81 0.55 0.17 340.94 0.67 0.49
Hex D3 29 5F 0 51 37 11 155 43 31
Octal 323 51 137 0 121 67 21 525 103 61
Binary 11010011 101001 1011111 0 1010001 110111 10001 101010101 1000011 110001

Color Harmonies of #D3295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3295F

Black with #D3295F

Text Example


Text Example

White with #D3295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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