Html Css Color HEX #D948FD Heliotrope

📋 copy color: '#D948FD'

red 217 ◦ green 72 ◦ blue 253

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

Shades of Heliotrope #D948FD

Tints of Heliotrope #D948FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 40.04%
G = 13.28%
B = 46.68%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D948FD (or 0xD948FD) is known color: Heliotrope. HEX triplet: D9, 48 and FD. RGB value is (217,72,253). Sum of RGB (Red+Green+Blue) = 217+72+253=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 72 (28.52% from 255 or 13.28% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #D948FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D948FD is #26B702. Grayscale: #878787. Windows color (decimal): -2537219 or 16599257. OLE color: 16599257.

HSL color Cylindrical-coordinate representation of color #D948FD: hue angle of 288.07º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D948FD is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 72 253 -
CMYK 0.14 0.72 0 0.01
HSL 288.07º 0.98% 0.64% -
HSV(B) 288.07º 0.72% 0.99% -
XYZ 48.66 26.48 95.47 -
YUV 135.99 194.04 185.78 -
System Red Green Blue C M Y K H S L
Decimal 217 72 253 0.14 0.72 0 0.01 288.07 0.98 0.64
Hex D9 48 FD E 48 0 1 120 62 40
Octal 331 110 375 16 110 0 1 440 142 100
Binary 11011001 1001000 11111101 1110 1001000 0 1 100100000 1100010 1000000

Color Harmonies of #D948FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948FD

Black with #D948FD

Text Example


Text Example

White with #D948FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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