Html Css Color HEX #D918AF Spicy Pink

📋 copy color: '#D918AF'

red 217 ◦ green 24 ◦ blue 175

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

Shades of Spicy Pink #D918AF

Tints of Spicy Pink #D918AF

RGB

 RED value IS 217 (85.16% from 255) = 52.16%

 GREEN value IS 24 (9.77% from 255) = 5.77%

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

R = 52.16%
G = 5.77%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D918AF (or 0xD918AF) is known color: Spicy Pink. HEX triplet: D9, 18 and AF. RGB value is (217,24,175). Sum of RGB (Red+Green+Blue) = 217+24+175=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D918AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D918AF is #26E750. Grayscale: #626262. Windows color (decimal): -2549585 or 11475161. OLE color: 11475161.

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

Color convert

RGB 217 24 175 -
CMYK 0 0.89 0.19 0.15
HSL 313.06º 0.8% 0.47% -
HSV(B) 313.06º 0.89% 0.85% -
XYZ 36.68 18.5 42.2 -
YUV 98.92 170.94 212.22 -
System Red Green Blue C M Y K H S L
Decimal 217 24 175 0 0.89 0.19 0.15 313.06 0.8 0.47
Hex D9 18 AF 0 59 13 F 139 50 2F
Octal 331 30 257 0 131 23 17 471 120 57
Binary 11011001 11000 10101111 0 1011001 10011 1111 100111001 1010000 101111

Color Harmonies of #D918AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918AF

Black with #D918AF

Text Example


Text Example

White with #D918AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918AF; }

 p { color: rgb(217,24,175); }

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

background-color css

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

 a { background-color: rgb(217,24,175); }

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

border-color css

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

 span { border-color: rgb(217,24,175); }

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