Html Css Color HEX #D257FD Heliotrope

📋 copy color: '#D257FD'

red 210 ◦ green 87 ◦ blue 253

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

Shades of Heliotrope #D257FD

Tints of Heliotrope #D257FD

RGB

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

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

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

R = 38.18%
G = 15.82%
B = 46%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D257FD (or 0xD257FD) is known color: Heliotrope. HEX triplet: D2, 57 and FD. RGB value is (210,87,253). Sum of RGB (Red+Green+Blue) = 210+87+253=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 87 (34.38% from 255 or 15.82% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #D257FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D257FD is #2DA802. Grayscale: #8E8E8E. Windows color (decimal): -2992131 or 16603090. OLE color: 16603090.

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

Color convert

RGB 210 87 253 -
CMYK 0.17 0.66 0 0.01
HSL 284.46º 0.98% 0.67% -
HSV(B) 284.46º 0.66% 0.99% -
XYZ 47.72 27.61 95.74 -
YUV 142.7 190.25 176 -
System Red Green Blue C M Y K H S L
Decimal 210 87 253 0.17 0.66 0 0.01 284.46 0.98 0.67
Hex D2 57 FD 11 42 0 1 11C 62 43
Octal 322 127 375 21 102 0 1 434 142 103
Binary 11010010 1010111 11111101 10001 1000010 0 1 100011100 1100010 1000011

Color Harmonies of #D257FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D257FD

Black with #D257FD

Text Example


Text Example

White with #D257FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D257FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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