Html Css Color HEX #D628B4 Spicy Pink

📋 copy color: '#D628B4'

red 214 ◦ green 40 ◦ blue 180

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

Shades of Spicy Pink #D628B4

Tints of Spicy Pink #D628B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.47%

R = 49.31%
G = 9.22%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D628B4 (or 0xD628B4) is known color: Spicy Pink. HEX triplet: D6, 28 and B4. RGB value is (214,40,180). Sum of RGB (Red+Green+Blue) = 214+40+180=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D628B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628B4 is #29D74B. Grayscale: #6B6B6B. Windows color (decimal): -2742092 or 11806934. OLE color: 11806934.

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

Color convert

RGB 214 40 180 -
CMYK 0 0.81 0.16 0.16
HSL 311.72º 0.69% 0.5% -
HSV(B) 311.72º 0.81% 0.84% -
XYZ 36.73 19.11 44.93 -
YUV 107.99 168.65 203.62 -
System Red Green Blue C M Y K H S L
Decimal 214 40 180 0 0.81 0.16 0.16 311.72 0.69 0.5
Hex D6 28 B4 0 51 10 10 138 45 32
Octal 326 50 264 0 121 20 20 470 105 62
Binary 11010110 101000 10110100 0 1010001 10000 10000 100111000 1000101 110010

Color Harmonies of #D628B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628B4

Black with #D628B4

Text Example


Text Example

White with #D628B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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