Html Css Color HEX #D249FA Heliotrope

📋 copy color: '#D249FA'

red 210 ◦ green 73 ◦ blue 250

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

Shades of Heliotrope #D249FA

Tints of Heliotrope #D249FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.7%

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

R = 39.4%
G = 13.7%
B = 46.9%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D249FA (or 0xD249FA) is known color: Heliotrope. HEX triplet: D2, 49 and FA. RGB value is (210,73,250). Sum of RGB (Red+Green+Blue) = 210+73+250=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #D249FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249FA is #2DB605. Grayscale: #858585. Windows color (decimal): -2995718 or 16402898. OLE color: 16402898.

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

Color convert

RGB 210 73 250 -
CMYK 0.16 0.71 0 0.02
HSL 286.44º 0.95% 0.63% -
HSV(B) 286.44º 0.71% 0.98% -
XYZ 46.22 25.37 92.9 -
YUV 134.14 193.39 182.11 -
System Red Green Blue C M Y K H S L
Decimal 210 73 250 0.16 0.71 0 0.02 286.44 0.95 0.63
Hex D2 49 FA 10 47 0 2 11E 5F 3F
Octal 322 111 372 20 107 0 2 436 137 77
Binary 11010010 1001001 11111010 10000 1000111 0 10 100011110 1011111 111111

Color Harmonies of #D249FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249FA

Black with #D249FA

Text Example


Text Example

White with #D249FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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