Html Css Color HEX #AD215C Jazzberry Jam

📋 copy color: '#AD215C'

red 173 ◦ green 33 ◦ blue 92

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

Shades of Jazzberry Jam #AD215C

Tints of Jazzberry Jam #AD215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 58.05%
G = 11.07%
B = 30.87%

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

#AD215C (or 0xAD215C) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 5C. RGB value is (173,33,92). Sum of RGB (Red+Green+Blue) = 173+33+92=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD215C is #52DEA3. Grayscale: #515151. Windows color (decimal): -5430948 or 6037933. OLE color: 6037933.

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

Color convert

RGB 173 33 92 -
CMYK 0 0.81 0.47 0.32
HSL 334.71º 0.68% 0.4% -
HSV(B) 334.71º 0.81% 0.68% -
XYZ 19.71 10.74 11.16 -
YUV 81.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 173 33 92 0 0.81 0.47 0.32 334.71 0.68 0.4
Hex AD 21 5C 0 51 2F 20 14F 44 28
Octal 255 41 134 0 121 57 40 517 104 50
Binary 10101101 100001 1011100 0 1010001 101111 100000 101001111 1000100 101000

Color Harmonies of #AD215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD215C

Black with #AD215C

Text Example


Text Example

White with #AD215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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