Html Css Color HEX #D250FE Heliotrope

📋 copy color: '#D250FE'

red 210 ◦ green 80 ◦ blue 254

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

Shades of Heliotrope #D250FE

Tints of Heliotrope #D250FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.69%

R = 38.6%
G = 14.71%
B = 46.69%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D250FE (or 0xD250FE) is known color: Heliotrope. HEX triplet: D2, 50 and FE. RGB value is (210,80,254). Sum of RGB (Red+Green+Blue) = 210+80+254=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #D250FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D250FE is #2DAF01. Grayscale: #8A8A8A. Windows color (decimal): -2993922 or 16666834. OLE color: 16666834.

HSL color Cylindrical-coordinate representation of color #D250FE: hue angle of 284.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D250FE is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 80 254 -
CMYK 0.17 0.69 0 0.00
HSL 284.83º 0.99% 0.65% -
HSV(B) 284.83º 0.69% 1% -
XYZ 47.34 26.59 96.4 -
YUV 138.71 193.07 178.85 -
System Red Green Blue C M Y K H S L
Decimal 210 80 254 0.17 0.69 0 0.00 284.83 0.99 0.65
Hex D2 50 FE 11 45 0 0 11D 63 41
Octal 322 120 376 21 105 0 0 435 143 101
Binary 11010010 1010000 11111110 10001 1000101 0 0 100011101 1100011 1000001

Color Harmonies of #D250FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250FE

Black with #D250FE

Text Example


Text Example

White with #D250FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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