Html Css Color HEX #D948F9 Heliotrope

📋 copy color: '#D948F9'

red 217 ◦ green 72 ◦ blue 249

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

Shades of Heliotrope #D948F9

Tints of Heliotrope #D948F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.28%

R = 40.33%
G = 13.38%
B = 46.28%

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

#D948F9 (or 0xD948F9) is known color: Heliotrope. HEX triplet: D9, 48 and F9. RGB value is (217,72,249). Sum of RGB (Red+Green+Blue) = 217+72+249=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 72 (28.52% from 255 or 13.38% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #D948F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D948F9 is #26B706. Grayscale: #868686. Windows color (decimal): -2537223 or 16337113. OLE color: 16337113.

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

Color convert

RGB 217 72 249 -
CMYK 0.13 0.71 0 0.02
HSL 289.15º 0.94% 0.63% -
HSV(B) 289.15º 0.71% 0.98% -
XYZ 48.03 26.23 92.15 -
YUV 135.53 192.04 186.11 -
System Red Green Blue C M Y K H S L
Decimal 217 72 249 0.13 0.71 0 0.02 289.15 0.94 0.63
Hex D9 48 F9 D 47 0 2 121 5E 3F
Octal 331 110 371 15 107 0 2 441 136 77
Binary 11011001 1001000 11111001 1101 1000111 0 10 100100001 1011110 111111

Color Harmonies of #D948F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948F9

Black with #D948F9

Text Example


Text Example

White with #D948F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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