Html Css Color HEX #D745FD Heliotrope

📋 copy color: '#D745FD'

red 215 ◦ green 69 ◦ blue 253

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

Shades of Heliotrope #D745FD

Tints of Heliotrope #D745FD

RGB

 RED value IS 215 (84.38% from 255) = 40.04%

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

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

R = 40.04%
G = 12.85%
B = 47.11%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D745FD (or 0xD745FD) is known color: Heliotrope. HEX triplet: D7, 45 and FD. RGB value is (215,69,253). Sum of RGB (Red+Green+Blue) = 215+69+253=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 69 (27.34% from 255 or 12.85% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #D745FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D745FD is #28BA02. Grayscale: #858585. Windows color (decimal): -2669059 or 16598487. OLE color: 16598487.

HSL color Cylindrical-coordinate representation of color #D745FD: hue angle of 287.61º 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 #D745FD is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 69 253 -
CMYK 0.15 0.73 0 0.01
HSL 287.61º 0.98% 0.63% -
HSV(B) 287.61º 0.73% 0.99% -
XYZ 47.88 25.8 95.38 -
YUV 133.63 195.37 186.04 -
System Red Green Blue C M Y K H S L
Decimal 215 69 253 0.15 0.73 0 0.01 287.61 0.98 0.63
Hex D7 45 FD F 49 0 1 120 62 3F
Octal 327 105 375 17 111 0 1 440 142 77
Binary 11010111 1000101 11111101 1111 1001001 0 1 100100000 1100010 111111

Color Harmonies of #D745FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D745FD

Black with #D745FD

Text Example


Text Example

White with #D745FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D745FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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