Html Css Color HEX #D3296D Cerise

📋 copy color: '#D3296D'

red 211 ◦ green 41 ◦ blue 109

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

Shades of Cerise #D3296D

Tints of Cerise #D3296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 58.45%
G = 11.36%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3296D (or 0xD3296D) is known color: Cerise. HEX triplet: D3, 29 and 6D. RGB value is (211,41,109). Sum of RGB (Red+Green+Blue) = 211+41+109=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D3296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3296D is #2CD692. Grayscale: #636363. Windows color (decimal): -2938515 or 7154131. OLE color: 7154131.

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

Color convert

RGB 211 41 109 -
CMYK 0 0.81 0.48 0.17
HSL 336º 0.67% 0.49% -
HSV(B) 336º 0.81% 0.83% -
XYZ 30.42 16.54 16.06 -
YUV 99.58 133.32 207.47 -
System Red Green Blue C M Y K H S L
Decimal 211 41 109 0 0.81 0.48 0.17 336 0.67 0.49
Hex D3 29 6D 0 51 30 11 150 43 31
Octal 323 51 155 0 121 60 21 520 103 61
Binary 11010011 101001 1101101 0 1010001 110000 10001 101010000 1000011 110001

Color Harmonies of #D3296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3296D

Black with #D3296D

Text Example


Text Example

White with #D3296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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