Html Css Color HEX #D3296E Cerise

📋 copy color: '#D3296E'

red 211 ◦ green 41 ◦ blue 110

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

Shades of Cerise #D3296E

Tints of Cerise #D3296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.39%

R = 58.29%
G = 11.33%
B = 30.39%

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

#D3296E (or 0xD3296E) is known color: Cerise. HEX triplet: D3, 29 and 6E. RGB value is (211,41,110). Sum of RGB (Red+Green+Blue) = 211+41+110=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D3296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3296E is #2CD691. Grayscale: #636363. Windows color (decimal): -2938514 or 7219667. OLE color: 7219667.

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

Color convert

RGB 211 41 110 -
CMYK 0 0.81 0.48 0.17
HSL 335.65º 0.67% 0.49% -
HSV(B) 335.65º 0.81% 0.83% -
XYZ 30.47 16.56 16.34 -
YUV 99.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 211 41 110 0 0.81 0.48 0.17 335.65 0.67 0.49
Hex D3 29 6E 0 51 30 11 150 43 31
Octal 323 51 156 0 121 60 21 520 103 61
Binary 11010011 101001 1101110 0 1010001 110000 10001 101010000 1000011 110001

Color Harmonies of #D3296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3296E

Black with #D3296E

Text Example


Text Example

White with #D3296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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