Html Css Color HEX #D257FA Heliotrope

📋 copy color: '#D257FA'

red 210 ◦ green 87 ◦ blue 250

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

Shades of Heliotrope #D257FA

Tints of Heliotrope #D257FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.9%

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

R = 38.39%
G = 15.9%
B = 45.7%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D257FA (or 0xD257FA) is known color: Heliotrope. HEX triplet: D2, 57 and FA. RGB value is (210,87,250). Sum of RGB (Red+Green+Blue) = 210+87+250=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 87 (34.38% from 255 or 15.90% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #D257FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D257FA is #2DA805. Grayscale: #8D8D8D. Windows color (decimal): -2992134 or 16406482. OLE color: 16406482.

HSL color Cylindrical-coordinate representation of color #D257FA: hue angle of 285.28º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D257FA is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 87 250 -
CMYK 0.16 0.65 0 0.02
HSL 285.28º 0.94% 0.66% -
HSV(B) 285.28º 0.65% 0.98% -
XYZ 47.24 27.42 93.25 -
YUV 142.36 188.75 176.25 -
System Red Green Blue C M Y K H S L
Decimal 210 87 250 0.16 0.65 0 0.02 285.28 0.94 0.66
Hex D2 57 FA 10 41 0 2 11D 5E 42
Octal 322 127 372 20 101 0 2 435 136 102
Binary 11010010 1010111 11111010 10000 1000001 0 10 100011101 1011110 1000010

Color Harmonies of #D257FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D257FA

Black with #D257FA

Text Example


Text Example

White with #D257FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D257FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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