Html Css Color HEX #D326AF Spicy Pink

📋 copy color: '#D326AF'

red 211 ◦ green 38 ◦ blue 175

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

Shades of Spicy Pink #D326AF

Tints of Spicy Pink #D326AF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.96%

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 49.76%
G = 8.96%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D326AF (or 0xD326AF) is known color: Spicy Pink. HEX triplet: D3, 26 and AF. RGB value is (211,38,175). Sum of RGB (Red+Green+Blue) = 211+38+175=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D326AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D326AF is #2CD950. Grayscale: #686868. Windows color (decimal): -2939217 or 11478739. OLE color: 11478739.

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

Color convert

RGB 211 38 175 -
CMYK 0 0.82 0.17 0.17
HSL 312.49º 0.69% 0.49% -
HSV(B) 312.49º 0.82% 0.83% -
XYZ 35.29 18.33 42.24 -
YUV 105.35 167.31 203.36 -
System Red Green Blue C M Y K H S L
Decimal 211 38 175 0 0.82 0.17 0.17 312.49 0.69 0.49
Hex D3 26 AF 0 52 11 11 138 45 31
Octal 323 46 257 0 122 21 21 470 105 61
Binary 11010011 100110 10101111 0 1010010 10001 10001 100111000 1000101 110001

Color Harmonies of #D326AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D326AF

Black with #D326AF

Text Example


Text Example

White with #D326AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D326AF; }

 p { color: rgb(211,38,175); }

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

background-color css

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

 a { background-color: rgb(211,38,175); }

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

border-color css

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

 span { border-color: rgb(211,38,175); }

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