Html Css Color HEX #D927B4 Spicy Pink

📋 copy color: '#D927B4'

red 217 ◦ green 39 ◦ blue 180

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

Shades of Spicy Pink #D927B4

Tints of Spicy Pink #D927B4

RGB

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

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

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

R = 49.77%
G = 8.94%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D927B4 (or 0xD927B4) is known color: Spicy Pink. HEX triplet: D9, 27 and B4. RGB value is (217,39,180). Sum of RGB (Red+Green+Blue) = 217+39+180=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D927B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D927B4 is #26D84B. Grayscale: #6B6B6B. Windows color (decimal): -2545740 or 11806681. OLE color: 11806681.

HSL color Cylindrical-coordinate representation of color #D927B4: hue angle of 312.47º degrees, saturation: 0.7, 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 #D927B4 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 39 180 -
CMYK 0 0.82 0.17 0.15
HSL 312.47º 0.7% 0.5% -
HSV(B) 312.47º 0.82% 0.85% -
XYZ 37.58 19.5 44.96 -
YUV 108.3 168.47 205.54 -
System Red Green Blue C M Y K H S L
Decimal 217 39 180 0 0.82 0.17 0.15 312.47 0.7 0.5
Hex D9 27 B4 0 52 11 F 138 46 32
Octal 331 47 264 0 122 21 17 470 106 62
Binary 11011001 100111 10110100 0 1010010 10001 1111 100111000 1000110 110010

Color Harmonies of #D927B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D927B4

Black with #D927B4

Text Example


Text Example

White with #D927B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D927B4; }

 p { color: rgb(217,39,180); }

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

background-color css

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

 a { background-color: rgb(217,39,180); }

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

border-color css

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

 span { border-color: rgb(217,39,180); }

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