Html Css Color HEX #D628AF Spicy Pink

📋 copy color: '#D628AF'

red 214 ◦ green 40 ◦ blue 175

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

Shades of Spicy Pink #D628AF

Tints of Spicy Pink #D628AF

RGB

 RED value IS 214 (83.98% from 255) = 49.88%

 GREEN value IS 40 (16.02% from 255) = 9.32%

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

R = 49.88%
G = 9.32%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D628AF (or 0xD628AF) is known color: Spicy Pink. HEX triplet: D6, 28 and AF. RGB value is (214,40,175). Sum of RGB (Red+Green+Blue) = 214+40+175=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D628AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D628AF is #29D750. Grayscale: #6B6B6B. Windows color (decimal): -2742097 or 11479254. OLE color: 11479254.

HSL color Cylindrical-coordinate representation of color #D628AF: hue angle of 313.45º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D628AF is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 175 -
CMYK 0 0.81 0.18 0.16
HSL 313.45º 0.69% 0.5% -
HSV(B) 313.45º 0.81% 0.84% -
XYZ 36.23 18.91 42.3 -
YUV 107.42 166.15 204.02 -
System Red Green Blue C M Y K H S L
Decimal 214 40 175 0 0.81 0.18 0.16 313.45 0.69 0.5
Hex D6 28 AF 0 51 12 10 139 45 32
Octal 326 50 257 0 121 22 20 471 105 62
Binary 11010110 101000 10101111 0 1010001 10010 10000 100111001 1000101 110010

Color Harmonies of #D628AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628AF

Black with #D628AF

Text Example


Text Example

White with #D628AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628AF; }

 p { color: rgb(214,40,175); }

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

background-color css

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

 a { background-color: rgb(214,40,175); }

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

border-color css

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

 span { border-color: rgb(214,40,175); }

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