Html Css Color HEX #D250F9 Heliotrope

📋 copy color: '#D250F9'

red 210 ◦ green 80 ◦ blue 249

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

Shades of Heliotrope #D250F9

Tints of Heliotrope #D250F9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.84%

 BLUE value IS 249 (97.66% from 255) = 46.2%

R = 38.96%
G = 14.84%
B = 46.2%

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

#D250F9 (or 0xD250F9) is known color: Heliotrope. HEX triplet: D2, 50 and F9. RGB value is (210,80,249). Sum of RGB (Red+Green+Blue) = 210+80+249=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #D250F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D250F9 is #2DAF06. Grayscale: #898989. Windows color (decimal): -2993927 or 16339154. OLE color: 16339154.

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

Color convert

RGB 210 80 249 -
CMYK 0.16 0.68 0 0.02
HSL 286.15º 0.93% 0.65% -
HSV(B) 286.15º 0.68% 0.98% -
XYZ 46.55 26.28 92.24 -
YUV 138.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 210 80 249 0.16 0.68 0 0.02 286.15 0.93 0.65
Hex D2 50 F9 10 44 0 2 11E 5D 41
Octal 322 120 371 20 104 0 2 436 135 101
Binary 11010010 1010000 11111001 10000 1000100 0 10 100011110 1011101 1000001

Color Harmonies of #D250F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250F9

Black with #D250F9

Text Example


Text Example

White with #D250F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250F9; }

 p { color: rgb(210,80,249); }

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

background-color css

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

 a { background-color: rgb(210,80,249); }

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

border-color css

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

 span { border-color: rgb(210,80,249); }

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