Html Css Color HEX #D251FA Heliotrope

📋 copy color: '#D251FA'

red 210 ◦ green 81 ◦ blue 250

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

Shades of Heliotrope #D251FA

Tints of Heliotrope #D251FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.97%

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

R = 38.82%
G = 14.97%
B = 46.21%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D251FA (or 0xD251FA) is known color: Heliotrope. HEX triplet: D2, 51 and FA. RGB value is (210,81,250). Sum of RGB (Red+Green+Blue) = 210+81+250=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 81 (32.03% from 255 or 14.97% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #D251FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D251FA is #2DAE05. Grayscale: #8A8A8A. Windows color (decimal): -2993670 or 16404946. OLE color: 16404946.

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

Color convert

RGB 210 81 250 -
CMYK 0.16 0.68 0 0.02
HSL 285.8º 0.94% 0.65% -
HSV(B) 285.8º 0.68% 0.98% -
XYZ 46.78 26.49 93.09 -
YUV 138.84 190.74 178.76 -
System Red Green Blue C M Y K H S L
Decimal 210 81 250 0.16 0.68 0 0.02 285.8 0.94 0.65
Hex D2 51 FA 10 44 0 2 11E 5E 41
Octal 322 121 372 20 104 0 2 436 136 101
Binary 11010010 1010001 11111010 10000 1000100 0 10 100011110 1011110 1000001

Color Harmonies of #D251FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D251FA

Black with #D251FA

Text Example


Text Example

White with #D251FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D251FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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