Html Css Color HEX #D745FE Heliotrope

📋 copy color: '#D745FE'

red 215 ◦ green 69 ◦ blue 254

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

Shades of Heliotrope #D745FE

Tints of Heliotrope #D745FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 39.96%
G = 12.83%
B = 47.21%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D745FE (or 0xD745FE) is known color: Heliotrope. HEX triplet: D7, 45 and FE. RGB value is (215,69,254). Sum of RGB (Red+Green+Blue) = 215+69+254=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 69 (27.34% from 255 or 12.83% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #D745FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D745FE is #28BA01. Grayscale: #858585. Windows color (decimal): -2669058 or 16664023. OLE color: 16664023.

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

Color convert

RGB 215 69 254 -
CMYK 0.15 0.73 0 0.00
HSL 287.35º 0.99% 0.63% -
HSV(B) 287.35º 0.73% 1% -
XYZ 48.04 25.86 96.23 -
YUV 133.74 195.87 185.96 -
System Red Green Blue C M Y K H S L
Decimal 215 69 254 0.15 0.73 0 0.00 287.35 0.99 0.63
Hex D7 45 FE F 49 0 0 11F 63 3F
Octal 327 105 376 17 111 0 0 437 143 77
Binary 11010111 1000101 11111110 1111 1001001 0 0 100011111 1100011 111111

Color Harmonies of #D745FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D745FE

Black with #D745FE

Text Example


Text Example

White with #D745FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D745FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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