Html Css Color HEX #D256FB Heliotrope

📋 copy color: '#D256FB'

red 210 ◦ green 86 ◦ blue 251

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

Shades of Heliotrope #D256FB

Tints of Heliotrope #D256FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 38.39%
G = 15.72%
B = 45.89%

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

#D256FB (or 0xD256FB) is known color: Heliotrope. HEX triplet: D2, 56 and FB. RGB value is (210,86,251). Sum of RGB (Red+Green+Blue) = 210+86+251=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 86 (33.98% from 255 or 15.72% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #D256FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D256FB is #2DA904. Grayscale: #8D8D8D. Windows color (decimal): -2992389 or 16471762. OLE color: 16471762.

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

Color convert

RGB 210 86 251 -
CMYK 0.16 0.66 0 0.02
HSL 285.09º 0.95% 0.66% -
HSV(B) 285.09º 0.66% 0.98% -
XYZ 47.32 27.32 94.05 -
YUV 141.89 189.58 176.58 -
System Red Green Blue C M Y K H S L
Decimal 210 86 251 0.16 0.66 0 0.02 285.09 0.95 0.66
Hex D2 56 FB 10 42 0 2 11D 5F 42
Octal 322 126 373 20 102 0 2 435 137 102
Binary 11010010 1010110 11111011 10000 1000010 0 10 100011101 1011111 1000010

Color Harmonies of #D256FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D256FB

Black with #D256FB

Text Example


Text Example

White with #D256FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D256FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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