Html Css Color HEX #D185FC Heliotrope

📋 copy color: '#D185FC'

red 209 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #D185FC

Tints of Heliotrope #D185FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.42%

R = 35.19%
G = 22.39%
B = 42.42%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D185FC (or 0xD185FC) is known color: Heliotrope. HEX triplet: D1, 85 and FC. RGB value is (209,133,252). Sum of RGB (Red+Green+Blue) = 209+133+252=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #D185FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D185FC is #2E7A03. Grayscale: #A8A8A8. Windows color (decimal): -3045892 or 16549329. OLE color: 16549329.

HSL color Cylindrical-coordinate representation of color #D185FC: hue angle of 278.32º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D185FC is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 133 252 -
CMYK 0.17 0.47 0 0.01
HSL 278.32º 0.95% 0.75% -
HSV(B) 278.32º 0.47% 0.99% -
XYZ 52.25 37.36 96.55 -
YUV 169.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 209 133 252 0.17 0.47 0 0.01 278.32 0.95 0.75
Hex D1 85 FC 11 2F 0 1 116 5F 4B
Octal 321 205 374 21 57 0 1 426 137 113
Binary 11010001 10000101 11111100 10001 101111 0 1 100010110 1011111 1001011

Color Harmonies of #D185FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185FC

Black with #D185FC

Text Example


Text Example

White with #D185FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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