Html Css Color HEX #D945FA Heliotrope

📋 copy color: '#D945FA'

red 217 ◦ green 69 ◦ blue 250

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

Shades of Heliotrope #D945FA

Tints of Heliotrope #D945FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.87%

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

R = 40.49%
G = 12.87%
B = 46.64%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D945FA (or 0xD945FA) is known color: Heliotrope. HEX triplet: D9, 45 and FA. RGB value is (217,69,250). Sum of RGB (Red+Green+Blue) = 217+69+250=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 69 (27.34% from 255 or 12.87% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #D945FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D945FA is #26BA05. Grayscale: #858585. Windows color (decimal): -2537990 or 16401881. OLE color: 16401881.

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

Color convert

RGB 217 69 250 -
CMYK 0.13 0.72 0 0.02
HSL 289.06º 0.95% 0.63% -
HSV(B) 289.06º 0.72% 0.98% -
XYZ 48 25.91 92.91 -
YUV 133.89 193.53 187.28 -
System Red Green Blue C M Y K H S L
Decimal 217 69 250 0.13 0.72 0 0.02 289.06 0.95 0.63
Hex D9 45 FA D 48 0 2 121 5F 3F
Octal 331 105 372 15 110 0 2 441 137 77
Binary 11011001 1000101 11111010 1101 1001000 0 10 100100001 1011111 111111

Color Harmonies of #D945FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D945FA

Black with #D945FA

Text Example


Text Example

White with #D945FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D945FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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