Html Css Color HEX #D247FA Heliotrope

📋 copy color: '#D247FA'

red 210 ◦ green 71 ◦ blue 250

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

Shades of Heliotrope #D247FA

Tints of Heliotrope #D247FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.37%

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

R = 39.55%
G = 13.37%
B = 47.08%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D247FA (or 0xD247FA) is known color: Heliotrope. HEX triplet: D2, 47 and FA. RGB value is (210,71,250). Sum of RGB (Red+Green+Blue) = 210+71+250=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 71 (28.12% from 255 or 13.37% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #D247FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D247FA is #2DB805. Grayscale: #848484. Windows color (decimal): -2996230 or 16402386. OLE color: 16402386.

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

Color convert

RGB 210 71 250 -
CMYK 0.16 0.72 0 0.02
HSL 286.59º 0.95% 0.63% -
HSV(B) 286.59º 0.72% 0.98% -
XYZ 46.09 25.11 92.86 -
YUV 132.97 194.05 182.95 -
System Red Green Blue C M Y K H S L
Decimal 210 71 250 0.16 0.72 0 0.02 286.59 0.95 0.63
Hex D2 47 FA 10 48 0 2 11F 5F 3F
Octal 322 107 372 20 110 0 2 437 137 77
Binary 11010010 1000111 11111010 10000 1001000 0 10 100011111 1011111 111111

Color Harmonies of #D247FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247FA

Black with #D247FA

Text Example


Text Example

White with #D247FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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