Html Css Color HEX #D055FF Heliotrope

📋 copy color: '#D055FF'

red 208 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #D055FF

Tints of Heliotrope #D055FF

RGB

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

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

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

R = 37.96%
G = 15.51%
B = 46.53%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D055FF (or 0xD055FF) is known color: Heliotrope. HEX triplet: D0, 55 and FF. RGB value is (208,85,255). Sum of RGB (Red+Green+Blue) = 208+85+255=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #D055FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D055FF is #2FAA00. Grayscale: #8C8C8C. Windows color (decimal): -3123713 or 16733648. OLE color: 16733648.

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

Color convert

RGB 208 85 255 -
CMYK 0.18 0.67 0 0
HSL 283.41º 1% 0.67% -
HSV(B) 283.41º 0.67% 1% -
XYZ 47.31 27.13 97.35 -
YUV 141.16 192.25 175.68 -
System Red Green Blue C M Y K H S L
Decimal 208 85 255 0.18 0.67 0 0 283.41 1 0.67
Hex D0 55 FF 12 43 0 0 11B 64 43
Octal 320 125 377 22 103 0 0 433 144 103
Binary 11010000 1010101 11111111 10010 1000011 0 0 100011011 1100100 1000011

Color Harmonies of #D055FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D055FF

Black with #D055FF

Text Example


Text Example

White with #D055FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D055FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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