Html Css Color HEX #D055FD Heliotrope

📋 copy color: '#D055FD'

red 208 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #D055FD

Tints of Heliotrope #D055FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.34%

R = 38.1%
G = 15.57%
B = 46.34%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D055FD (or 0xD055FD) is known color: Heliotrope. HEX triplet: D0, 55 and FD. RGB value is (208,85,253). Sum of RGB (Red+Green+Blue) = 208+85+253=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #D055FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D055FD is #2FAA02. Grayscale: #8C8C8C. Windows color (decimal): -3123715 or 16602576. OLE color: 16602576.

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

Color convert

RGB 208 85 253 -
CMYK 0.18 0.66 0 0.01
HSL 283.93º 0.98% 0.66% -
HSV(B) 283.93º 0.66% 0.99% -
XYZ 46.99 27 95.66 -
YUV 140.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 208 85 253 0.18 0.66 0 0.01 283.93 0.98 0.66
Hex D0 55 FD 12 42 0 1 11C 62 42
Octal 320 125 375 22 102 0 1 434 142 102
Binary 11010000 1010101 11111101 10010 1000010 0 1 100011100 1100010 1000010

Color Harmonies of #D055FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D055FD

Black with #D055FD

Text Example


Text Example

White with #D055FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D055FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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