Html Css Color HEX #D745FF Heliotrope

📋 copy color: '#D745FF'

red 215 ◦ green 69 ◦ blue 255

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

Shades of Heliotrope #D745FF

Tints of Heliotrope #D745FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.31%

R = 39.89%
G = 12.8%
B = 47.31%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D745FF (or 0xD745FF) is known color: Heliotrope. HEX triplet: D7, 45 and FF. RGB value is (215,69,255). Sum of RGB (Red+Green+Blue) = 215+69+255=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 69 (27.34% from 255 or 12.80% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #D745FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D745FF is #28BA00. Grayscale: #858585. Windows color (decimal): -2669057 or 16729559. OLE color: 16729559.

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

Color convert

RGB 215 69 255 -
CMYK 0.16 0.73 0 0
HSL 287.1º 1% 0.64% -
HSV(B) 287.1º 0.73% 1% -
XYZ 48.2 25.92 97.07 -
YUV 133.86 196.37 185.88 -
System Red Green Blue C M Y K H S L
Decimal 215 69 255 0.16 0.73 0 0 287.1 1 0.64
Hex D7 45 FF 10 49 0 0 11F 64 40
Octal 327 105 377 20 111 0 0 437 144 100
Binary 11010111 1000101 11111111 10000 1001001 0 0 100011111 1100100 1000000

Color Harmonies of #D745FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D745FF

Black with #D745FF

Text Example


Text Example

White with #D745FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D745FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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