Html Css Color HEX #D250FC Heliotrope

📋 copy color: '#D250FC'

red 210 ◦ green 80 ◦ blue 252

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

Shades of Heliotrope #D250FC

Tints of Heliotrope #D250FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 38.75%
G = 14.76%
B = 46.49%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D250FC (or 0xD250FC) is known color: Heliotrope. HEX triplet: D2, 50 and FC. RGB value is (210,80,252). Sum of RGB (Red+Green+Blue) = 210+80+252=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #D250FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D250FC is #2DAF03. Grayscale: #898989. Windows color (decimal): -2993924 or 16535762. OLE color: 16535762.

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

Color convert

RGB 210 80 252 -
CMYK 0.17 0.68 0 0.01
HSL 285.35º 0.97% 0.65% -
HSV(B) 285.35º 0.68% 0.99% -
XYZ 47.02 26.47 94.73 -
YUV 138.48 192.07 179.01 -
System Red Green Blue C M Y K H S L
Decimal 210 80 252 0.17 0.68 0 0.01 285.35 0.97 0.65
Hex D2 50 FC 11 44 0 1 11D 61 41
Octal 322 120 374 21 104 0 1 435 141 101
Binary 11010010 1010000 11111100 10001 1000100 0 1 100011101 1100001 1000001

Color Harmonies of #D250FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250FC

Black with #D250FC

Text Example


Text Example

White with #D250FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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