Html Css Color HEX #D050FF Heliotrope

📋 copy color: '#D050FF'

red 208 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #D050FF

Tints of Heliotrope #D050FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.73%

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

R = 38.31%
G = 14.73%
B = 46.96%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D050FF (or 0xD050FF) is known color: Heliotrope. HEX triplet: D0, 50 and FF. RGB value is (208,80,255). Sum of RGB (Red+Green+Blue) = 208+80+255=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 80 (31.64% from 255 or 14.73% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #D050FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D050FF is #2FAF00. Grayscale: #898989. Windows color (decimal): -3124993 or 16732368. OLE color: 16732368.

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

Color convert

RGB 208 80 255 -
CMYK 0.18 0.69 0 0
HSL 283.89º 1% 0.66% -
HSV(B) 283.89º 0.69% 1% -
XYZ 46.93 26.37 97.22 -
YUV 138.22 193.91 177.77 -
System Red Green Blue C M Y K H S L
Decimal 208 80 255 0.18 0.69 0 0 283.89 1 0.66
Hex D0 50 FF 12 45 0 0 11C 64 42
Octal 320 120 377 22 105 0 0 434 144 102
Binary 11010000 1010000 11111111 10010 1000101 0 0 100011100 1100100 1000010

Color Harmonies of #D050FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050FF

Black with #D050FF

Text Example


Text Example

White with #D050FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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