Html Css Color HEX #D050FC Heliotrope

📋 copy color: '#D050FC'

red 208 ◦ green 80 ◦ blue 252

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

Shades of Heliotrope #D050FC

Tints of Heliotrope #D050FC

RGB

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

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

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

R = 38.52%
G = 14.81%
B = 46.67%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D050FC (or 0xD050FC) is known color: Heliotrope. HEX triplet: D0, 50 and FC. RGB value is (208,80,252). Sum of RGB (Red+Green+Blue) = 208+80+252=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #D050FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D050FC is #2FAF03. Grayscale: #898989. Windows color (decimal): -3124996 or 16535760. OLE color: 16535760.

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

Color convert

RGB 208 80 252 -
CMYK 0.17 0.68 0 0.01
HSL 284.65º 0.97% 0.65% -
HSV(B) 284.65º 0.68% 0.99% -
XYZ 46.45 26.18 94.7 -
YUV 137.88 192.41 178.01 -
System Red Green Blue C M Y K H S L
Decimal 208 80 252 0.17 0.68 0 0.01 284.65 0.97 0.65
Hex D0 50 FC 11 44 0 1 11D 61 41
Octal 320 120 374 21 104 0 1 435 141 101
Binary 11010000 1010000 11111100 10001 1000100 0 1 100011101 1100001 1000001

Color Harmonies of #D050FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050FC

Black with #D050FC

Text Example


Text Example

White with #D050FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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