Html Css Color HEX #D255FA Heliotrope

📋 copy color: '#D255FA'

red 210 ◦ green 85 ◦ blue 250

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

Shades of Heliotrope #D255FA

Tints of Heliotrope #D255FA

RGB

 RED value IS 210 (82.42% from 255) = 38.53%

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

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

R = 38.53%
G = 15.6%
B = 45.87%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D255FA (or 0xD255FA) is known color: Heliotrope. HEX triplet: D2, 55 and FA. RGB value is (210,85,250). Sum of RGB (Red+Green+Blue) = 210+85+250=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #D255FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D255FA is #2DAA05. Grayscale: #8C8C8C. Windows color (decimal): -2992646 or 16405970. OLE color: 16405970.

HSL color Cylindrical-coordinate representation of color #D255FA: hue angle of 285.45º 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 #D255FA is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 85 250 -
CMYK 0.16 0.66 0 0.02
HSL 285.45º 0.94% 0.66% -
HSV(B) 285.45º 0.66% 0.98% -
XYZ 47.08 27.1 93.19 -
YUV 141.19 189.41 177.08 -
System Red Green Blue C M Y K H S L
Decimal 210 85 250 0.16 0.66 0 0.02 285.45 0.94 0.66
Hex D2 55 FA 10 42 0 2 11D 5E 42
Octal 322 125 372 20 102 0 2 435 136 102
Binary 11010010 1010101 11111010 10000 1000010 0 10 100011101 1011110 1000010

Color Harmonies of #D255FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255FA

Black with #D255FA

Text Example


Text Example

White with #D255FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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