Html Css Color HEX #D084FF Heliotrope

📋 copy color: '#D084FF'

red 208 ◦ green 132 ◦ blue 255

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

Shades of Heliotrope #D084FF

Tints of Heliotrope #D084FF

RGB

 RED value IS 208 (81.64% from 255) = 34.96%

 GREEN value IS 132 (51.95% from 255) = 22.18%

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

R = 34.96%
G = 22.18%
B = 42.86%

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

#D084FF (or 0xD084FF) is known color: Heliotrope. HEX triplet: D0, 84 and FF. RGB value is (208,132,255). Sum of RGB (Red+Green+Blue) = 208+132+255=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #D084FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084FF is #2F7B00. Grayscale: #A8A8A8. Windows color (decimal): -3111681 or 16745680. OLE color: 16745680.

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

Color convert

RGB 208 132 255 -
CMYK 0.18 0.48 0 0
HSL 277.07º 1% 0.76% -
HSV(B) 277.07º 0.48% 1% -
XYZ 52.31 37.13 99.02 -
YUV 168.75 176.68 156 -
System Red Green Blue C M Y K H S L
Decimal 208 132 255 0.18 0.48 0 0 277.07 1 0.76
Hex D0 84 FF 12 30 0 0 115 64 4C
Octal 320 204 377 22 60 0 0 425 144 114
Binary 11010000 10000100 11111111 10010 110000 0 0 100010101 1100100 1001100

Color Harmonies of #D084FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084FF

Black with #D084FF

Text Example


Text Example

White with #D084FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084FF; }

 p { color: rgb(208,132,255); }

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

background-color css

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

 a { background-color: rgb(208,132,255); }

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

border-color css

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

 span { border-color: rgb(208,132,255); }

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