Html Css Color HEX #D3296A Cerise

📋 copy color: '#D3296A'

red 211 ◦ green 41 ◦ blue 106

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

Shades of Cerise #D3296A

Tints of Cerise #D3296A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.61%

R = 58.94%
G = 11.45%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D3296A (or 0xD3296A) is known color: Cerise. HEX triplet: D3, 29 and 6A. RGB value is (211,41,106). Sum of RGB (Red+Green+Blue) = 211+41+106=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D3296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3296A is #2CD695. Grayscale: #636363. Windows color (decimal): -2938518 or 6957523. OLE color: 6957523.

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

Color convert

RGB 211 41 106 -
CMYK 0 0.81 0.50 0.17
HSL 337.06º 0.67% 0.49% -
HSV(B) 337.06º 0.81% 0.83% -
XYZ 30.26 16.48 15.22 -
YUV 99.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 211 41 106 0 0.81 0.50 0.17 337.06 0.67 0.49
Hex D3 29 6A 0 51 32 11 151 43 31
Octal 323 51 152 0 121 62 21 521 103 61
Binary 11010011 101001 1101010 0 1010001 110010 10001 101010001 1000011 110001

Color Harmonies of #D3296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3296A

Black with #D3296A

Text Example


Text Example

White with #D3296A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3296A; }

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

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

background-color css

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

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

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

border-color css

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

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

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