Html Css Color HEX #D3295B Cerise

📋 copy color: '#D3295B'

red 211 ◦ green 41 ◦ blue 91

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

Shades of Cerise #D3295B

Tints of Cerise #D3295B

RGB

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

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

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

R = 61.52%
G = 11.95%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3295B (or 0xD3295B) is known color: Cerise. HEX triplet: D3, 29 and 5B. RGB value is (211,41,91). Sum of RGB (Red+Green+Blue) = 211+41+91=343 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.52% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 211 - color contains mainly: red. Hex color #D3295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3295B is #2CD6A4. Grayscale: #616161. Windows color (decimal): -2938533 or 5974483. OLE color: 5974483.

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

Color convert

RGB 211 41 91 -
CMYK 0 0.81 0.57 0.17
HSL 342.35º 0.67% 0.49% -
HSV(B) 342.35º 0.81% 0.83% -
XYZ 29.55 16.19 11.47 -
YUV 97.53 124.32 208.93 -
System Red Green Blue C M Y K H S L
Decimal 211 41 91 0 0.81 0.57 0.17 342.35 0.67 0.49
Hex D3 29 5B 0 51 39 11 156 43 31
Octal 323 51 133 0 121 71 21 526 103 61
Binary 11010011 101001 1011011 0 1010001 111001 10001 101010110 1000011 110001

Color Harmonies of #D3295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3295B

Black with #D3295B

Text Example


Text Example

White with #D3295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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