Html Css Color HEX #D629AF Spicy Pink

📋 copy color: '#D629AF'

red 214 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #D629AF

Tints of Spicy Pink #D629AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.53%

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

R = 49.77%
G = 9.53%
B = 40.7%

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

#D629AF (or 0xD629AF) is known color: Spicy Pink. HEX triplet: D6, 29 and AF. RGB value is (214,41,175). Sum of RGB (Red+Green+Blue) = 214+41+175=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D629AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D629AF is #29D650. Grayscale: #6B6B6B. Windows color (decimal): -2741841 or 11479510. OLE color: 11479510.

HSL color Cylindrical-coordinate representation of color #D629AF: hue angle of 313.53º degrees, saturation: 0.68, 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 #D629AF is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 175 -
CMYK 0 0.81 0.18 0.16
HSL 313.53º 0.68% 0.5% -
HSV(B) 313.53º 0.81% 0.84% -
XYZ 36.26 18.98 42.31 -
YUV 108 165.81 203.6 -
System Red Green Blue C M Y K H S L
Decimal 214 41 175 0 0.81 0.18 0.16 313.53 0.68 0.5
Hex D6 29 AF 0 51 12 10 13A 44 32
Octal 326 51 257 0 121 22 20 472 104 62
Binary 11010110 101001 10101111 0 1010001 10010 10000 100111010 1000100 110010

Color Harmonies of #D629AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629AF

Black with #D629AF

Text Example


Text Example

White with #D629AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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