Html Css Color HEX #D3326C Cerise

📋 copy color: '#D3326C'

red 211 ◦ green 50 ◦ blue 108

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

Shades of Cerise #D3326C

Tints of Cerise #D3326C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.55%

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 57.18%
G = 13.55%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3326C (or 0xD3326C) is known color: Cerise. HEX triplet: D3, 32 and 6C. RGB value is (211,50,108). Sum of RGB (Red+Green+Blue) = 211+50+108=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3326C is #2CCD93. Grayscale: #686868. Windows color (decimal): -2936212 or 7090899. OLE color: 7090899.

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

Color convert

RGB 211 50 108 -
CMYK 0 0.76 0.49 0.17
HSL 338.39º 0.65% 0.51% -
HSV(B) 338.39º 0.76% 0.83% -
XYZ 30.71 17.21 15.89 -
YUV 104.75 129.84 203.78 -
System Red Green Blue C M Y K H S L
Decimal 211 50 108 0 0.76 0.49 0.17 338.39 0.65 0.51
Hex D3 32 6C 0 4C 31 11 152 41 33
Octal 323 62 154 0 114 61 21 522 101 63
Binary 11010011 110010 1101100 0 1001100 110001 10001 101010010 1000001 110011

Color Harmonies of #D3326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3326C

Black with #D3326C

Text Example


Text Example

White with #D3326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3326C; }

 p { color: rgb(211,50,108); }

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

background-color css

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

 a { background-color: rgb(211,50,108); }

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

border-color css

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

 span { border-color: rgb(211,50,108); }

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