Html Css Color HEX #D054F8 Heliotrope

📋 copy color: '#D054F8'

red 208 ◦ green 84 ◦ blue 248

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

Shades of Heliotrope #D054F8

Tints of Heliotrope #D054F8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.56%

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

R = 38.52%
G = 15.56%
B = 45.93%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D054F8 (or 0xD054F8) is known color: Heliotrope. HEX triplet: D0, 54 and F8. RGB value is (208,84,248). Sum of RGB (Red+Green+Blue) = 208+84+248=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 84 (33.20% from 255 or 15.56% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #D054F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D054F8 is #2FAB07. Grayscale: #8B8B8B. Windows color (decimal): -3123976 or 16274640. OLE color: 16274640.

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

Color convert

RGB 208 84 248 -
CMYK 0.16 0.66 0 0.03
HSL 285.37º 0.92% 0.65% -
HSV(B) 285.37º 0.66% 0.97% -
XYZ 46.13 26.53 91.5 -
YUV 139.77 189.08 176.66 -
System Red Green Blue C M Y K H S L
Decimal 208 84 248 0.16 0.66 0 0.03 285.37 0.92 0.65
Hex D0 54 F8 10 42 0 3 11D 5C 41
Octal 320 124 370 20 102 0 3 435 134 101
Binary 11010000 1010100 11111000 10000 1000010 0 11 100011101 1011100 1000001

Color Harmonies of #D054F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D054F8

Black with #D054F8

Text Example


Text Example

White with #D054F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D054F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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