Html Css Color HEX #AD215B Jazzberry Jam

📋 copy color: '#AD215B'

red 173 ◦ green 33 ◦ blue 91

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

Shades of Jazzberry Jam #AD215B

Tints of Jazzberry Jam #AD215B

RGB

 RED value IS 173 (67.97% from 255) = 58.25%

 GREEN value IS 33 (13.28% from 255) = 11.11%

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

R = 58.25%
G = 11.11%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD215B (or 0xAD215B) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 5B. RGB value is (173,33,91). Sum of RGB (Red+Green+Blue) = 173+33+91=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD215B is #52DEA4. Grayscale: #515151. Windows color (decimal): -5430949 or 5972397. OLE color: 5972397.

HSL color Cylindrical-coordinate representation of color #AD215B: hue angle of 335.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD215B is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 33 91 -
CMYK 0 0.81 0.47 0.32
HSL 335.14º 0.68% 0.4% -
HSV(B) 335.14º 0.81% 0.68% -
XYZ 19.67 10.73 10.93 -
YUV 81.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 173 33 91 0 0.81 0.47 0.32 335.14 0.68 0.4
Hex AD 21 5B 0 51 2F 20 14F 44 28
Octal 255 41 133 0 121 57 40 517 104 50
Binary 10101101 100001 1011011 0 1010001 101111 100000 101001111 1000100 101000

Color Harmonies of #AD215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD215B

Black with #AD215B

Text Example


Text Example

White with #AD215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD215B; }

 p { color: rgb(173,33,91); }

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

background-color css

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

 a { background-color: rgb(173,33,91); }

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

border-color css

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

 span { border-color: rgb(173,33,91); }

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