Html Css Color HEX #D945FD Heliotrope

📋 copy color: '#D945FD'

red 217 ◦ green 69 ◦ blue 253

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

Shades of Heliotrope #D945FD

Tints of Heliotrope #D945FD

RGB

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

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

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

R = 40.26%
G = 12.8%
B = 46.94%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D945FD (or 0xD945FD) is known color: Heliotrope. HEX triplet: D9, 45 and FD. RGB value is (217,69,253). Sum of RGB (Red+Green+Blue) = 217+69+253=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 69 (27.34% from 255 or 12.80% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #D945FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D945FD is #26BA02. Grayscale: #858585. Windows color (decimal): -2537987 or 16598489. OLE color: 16598489.

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

Color convert

RGB 217 69 253 -
CMYK 0.14 0.73 0 0.01
HSL 288.26º 0.98% 0.63% -
HSV(B) 288.26º 0.73% 0.99% -
XYZ 48.47 26.1 95.41 -
YUV 134.23 195.03 187.04 -
System Red Green Blue C M Y K H S L
Decimal 217 69 253 0.14 0.73 0 0.01 288.26 0.98 0.63
Hex D9 45 FD E 49 0 1 120 62 3F
Octal 331 105 375 16 111 0 1 440 142 77
Binary 11011001 1000101 11111101 1110 1001001 0 1 100100000 1100010 111111

Color Harmonies of #D945FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D945FD

Black with #D945FD

Text Example


Text Example

White with #D945FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D945FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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