Html Css Color HEX #D084F8 Heliotrope

📋 copy color: '#D084F8'

red 208 ◦ green 132 ◦ blue 248

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

Shades of Heliotrope #D084F8

Tints of Heliotrope #D084F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.18%

R = 35.37%
G = 22.45%
B = 42.18%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D084F8 (or 0xD084F8) is known color: Heliotrope. HEX triplet: D0, 84 and F8. RGB value is (208,132,248). Sum of RGB (Red+Green+Blue) = 208+132+248=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #D084F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084F8 is #2F7B07. Grayscale: #A7A7A7. Windows color (decimal): -3111688 or 16286928. OLE color: 16286928.

HSL color Cylindrical-coordinate representation of color #D084F8: hue angle of 279.31º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D084F8 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 132 248 -
CMYK 0.16 0.47 0 0.03
HSL 279.31º 0.89% 0.75% -
HSV(B) 279.31º 0.47% 0.97% -
XYZ 51.21 36.69 93.19 -
YUV 167.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 208 132 248 0.16 0.47 0 0.03 279.31 0.89 0.75
Hex D0 84 F8 10 2F 0 3 117 59 4B
Octal 320 204 370 20 57 0 3 427 131 113
Binary 11010000 10000100 11111000 10000 101111 0 11 100010111 1011001 1001011

Color Harmonies of #D084F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084F8

Black with #D084F8

Text Example


Text Example

White with #D084F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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