Html Css Color HEX #D256FF Heliotrope

📋 copy color: '#D256FF'

red 210 ◦ green 86 ◦ blue 255

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

Shades of Heliotrope #D256FF

Tints of Heliotrope #D256FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.61%

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

R = 38.11%
G = 15.61%
B = 46.28%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D256FF (or 0xD256FF) is known color: Heliotrope. HEX triplet: D2, 56 and FF. RGB value is (210,86,255). Sum of RGB (Red+Green+Blue) = 210+86+255=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 86 (33.98% from 255 or 15.61% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #D256FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D256FF is #2DA900. Grayscale: #8D8D8D. Windows color (decimal): -2992385 or 16733906. OLE color: 16733906.

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

Color convert

RGB 210 86 255 -
CMYK 0.18 0.66 0 0
HSL 284.02º 1% 0.67% -
HSV(B) 284.02º 0.66% 1% -
XYZ 47.96 27.58 97.4 -
YUV 142.34 191.58 176.26 -
System Red Green Blue C M Y K H S L
Decimal 210 86 255 0.18 0.66 0 0 284.02 1 0.67
Hex D2 56 FF 12 42 0 0 11C 64 43
Octal 322 126 377 22 102 0 0 434 144 103
Binary 11010010 1010110 11111111 10010 1000010 0 0 100011100 1100100 1000011

Color Harmonies of #D256FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D256FF

Black with #D256FF

Text Example


Text Example

White with #D256FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D256FF; }

 p { color: rgb(210,86,255); }

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

background-color css

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

 a { background-color: rgb(210,86,255); }

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

border-color css

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

 span { border-color: rgb(210,86,255); }

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