Html Css Color HEX #D827AF Spicy Pink

📋 copy color: '#D827AF'

red 216 ◦ green 39 ◦ blue 175

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

Shades of Spicy Pink #D827AF

Tints of Spicy Pink #D827AF

RGB

 RED value IS 216 (84.77% from 255) = 50.23%

 GREEN value IS 39 (15.63% from 255) = 9.07%

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

R = 50.23%
G = 9.07%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D827AF (or 0xD827AF) is known color: Spicy Pink. HEX triplet: D8, 27 and AF. RGB value is (216,39,175). Sum of RGB (Red+Green+Blue) = 216+39+175=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D827AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D827AF is #27D850. Grayscale: #6B6B6B. Windows color (decimal): -2611281 or 11479000. OLE color: 11479000.

HSL color Cylindrical-coordinate representation of color #D827AF: hue angle of 313.9º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D827AF is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 39 175 -
CMYK 0 0.82 0.19 0.15
HSL 313.9º 0.69% 0.5% -
HSV(B) 313.9º 0.82% 0.85% -
XYZ 36.78 19.15 42.31 -
YUV 107.43 166.14 205.44 -
System Red Green Blue C M Y K H S L
Decimal 216 39 175 0 0.82 0.19 0.15 313.9 0.69 0.5
Hex D8 27 AF 0 52 13 F 13A 45 32
Octal 330 47 257 0 122 23 17 472 105 62
Binary 11011000 100111 10101111 0 1010010 10011 1111 100111010 1000101 110010

Color Harmonies of #D827AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D827AF

Black with #D827AF

Text Example


Text Example

White with #D827AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D827AF; }

 p { color: rgb(216,39,175); }

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

background-color css

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

 a { background-color: rgb(216,39,175); }

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

border-color css

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

 span { border-color: rgb(216,39,175); }

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