Html Css Color HEX #D948FA Heliotrope

📋 copy color: '#D948FA'

red 217 ◦ green 72 ◦ blue 250

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

Shades of Heliotrope #D948FA

Tints of Heliotrope #D948FA

RGB

 RED value IS 217 (85.16% from 255) = 40.26%

 GREEN value IS 72 (28.52% from 255) = 13.36%

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

R = 40.26%
G = 13.36%
B = 46.38%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D948FA (or 0xD948FA) is known color: Heliotrope. HEX triplet: D9, 48 and FA. RGB value is (217,72,250). Sum of RGB (Red+Green+Blue) = 217+72+250=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 72 (28.52% from 255 or 13.36% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #D948FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D948FA is #26B705. Grayscale: #878787. Windows color (decimal): -2537222 or 16402649. OLE color: 16402649.

HSL color Cylindrical-coordinate representation of color #D948FA: hue angle of 288.88º 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 #D948FA is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 72 250 -
CMYK 0.13 0.71 0 0.02
HSL 288.88º 0.95% 0.63% -
HSV(B) 288.88º 0.71% 0.98% -
XYZ 48.19 26.29 92.98 -
YUV 135.65 192.54 186.03 -
System Red Green Blue C M Y K H S L
Decimal 217 72 250 0.13 0.71 0 0.02 288.88 0.95 0.63
Hex D9 48 FA D 47 0 2 121 5F 3F
Octal 331 110 372 15 107 0 2 441 137 77
Binary 11011001 1001000 11111010 1101 1000111 0 10 100100001 1011111 111111

Color Harmonies of #D948FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948FA

Black with #D948FA

Text Example


Text Example

White with #D948FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948FA; }

 p { color: rgb(217,72,250); }

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

background-color css

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

 a { background-color: rgb(217,72,250); }

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

border-color css

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

 span { border-color: rgb(217,72,250); }

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