Html Css Color HEX #D185FE Heliotrope

📋 copy color: '#D185FE'

red 209 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #D185FE

Tints of Heliotrope #D185FE

RGB

 RED value IS 209 (82.03% from 255) = 35.07%

 GREEN value IS 133 (52.34% from 255) = 22.32%

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 35.07%
G = 22.32%
B = 42.62%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D185FE (or 0xD185FE) is known color: Heliotrope. HEX triplet: D1, 85 and FE. RGB value is (209,133,254). Sum of RGB (Red+Green+Blue) = 209+133+254=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #D185FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D185FE is #2E7A01. Grayscale: #A9A9A9. Windows color (decimal): -3045890 or 16680401. OLE color: 16680401.

HSL color Cylindrical-coordinate representation of color #D185FE: hue angle of 277.69º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D185FE is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 133 254 -
CMYK 0.18 0.48 0 0.00
HSL 277.69º 0.98% 0.76% -
HSV(B) 277.69º 0.48% 1% -
XYZ 52.57 37.49 98.23 -
YUV 169.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 209 133 254 0.18 0.48 0 0.00 277.69 0.98 0.76
Hex D1 85 FE 12 30 0 0 116 62 4C
Octal 321 205 376 22 60 0 0 426 142 114
Binary 11010001 10000101 11111110 10010 110000 0 0 100010110 1100010 1001100

Color Harmonies of #D185FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185FE

Black with #D185FE

Text Example


Text Example

White with #D185FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185FE; }

 p { color: rgb(209,133,254); }

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

background-color css

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

 a { background-color: rgb(209,133,254); }

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

border-color css

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

 span { border-color: rgb(209,133,254); }

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