Html Css Color HEX #D185FF Heliotrope

📋 copy color: '#D185FF'

red 209 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #D185FF

Tints of Heliotrope #D185FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.71%

R = 35.01%
G = 22.28%
B = 42.71%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D185FF (or 0xD185FF) is known color: Heliotrope. HEX triplet: D1, 85 and FF. RGB value is (209,133,255). Sum of RGB (Red+Green+Blue) = 209+133+255=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #D185FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D185FF is #2E7A00. Grayscale: #A9A9A9. Windows color (decimal): -3045889 or 16745937. OLE color: 16745937.

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

Color convert

RGB 209 133 255 -
CMYK 0.18 0.48 0 0
HSL 277.38º 1% 0.76% -
HSV(B) 277.38º 0.48% 1% -
XYZ 52.73 37.55 99.08 -
YUV 169.63 176.18 156.08 -
System Red Green Blue C M Y K H S L
Decimal 209 133 255 0.18 0.48 0 0 277.38 1 0.76
Hex D1 85 FF 12 30 0 0 115 64 4C
Octal 321 205 377 22 60 0 0 425 144 114
Binary 11010001 10000101 11111111 10010 110000 0 0 100010101 1100100 1001100

Color Harmonies of #D185FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185FF

Black with #D185FF

Text Example


Text Example

White with #D185FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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