Html Css Color HEX #D055FA Heliotrope

📋 copy color: '#D055FA'

red 208 ◦ green 85 ◦ blue 250

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

Shades of Heliotrope #D055FA

Tints of Heliotrope #D055FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.65%

 BLUE value IS 250 (98.05% from 255) = 46.04%

R = 38.31%
G = 15.65%
B = 46.04%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D055FA (or 0xD055FA) is known color: Heliotrope. HEX triplet: D0, 55 and FA. RGB value is (208,85,250). Sum of RGB (Red+Green+Blue) = 208+85+250=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #D055FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D055FA is #2FAA05. Grayscale: #8C8C8C. Windows color (decimal): -3123718 or 16405968. OLE color: 16405968.

HSL color Cylindrical-coordinate representation of color #D055FA: hue angle of 284.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D055FA is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 85 250 -
CMYK 0.17 0.66 0 0.02
HSL 284.73º 0.94% 0.66% -
HSV(B) 284.73º 0.66% 0.98% -
XYZ 46.52 26.81 93.17 -
YUV 140.59 189.75 176.08 -
System Red Green Blue C M Y K H S L
Decimal 208 85 250 0.17 0.66 0 0.02 284.73 0.94 0.66
Hex D0 55 FA 11 42 0 2 11D 5E 42
Octal 320 125 372 21 102 0 2 435 136 102
Binary 11010000 1010101 11111010 10001 1000010 0 10 100011101 1011110 1000010

Color Harmonies of #D055FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D055FA

Black with #D055FA

Text Example


Text Example

White with #D055FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D055FA; }

 p { color: rgb(208,85,250); }

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

background-color css

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

 a { background-color: rgb(208,85,250); }

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

border-color css

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

 span { border-color: rgb(208,85,250); }

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