Html Css Color HEX #D745FB Heliotrope

📋 copy color: '#D745FB'

red 215 ◦ green 69 ◦ blue 251

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

Shades of Heliotrope #D745FB

Tints of Heliotrope #D745FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.92%

R = 40.19%
G = 12.9%
B = 46.92%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D745FB (or 0xD745FB) is known color: Heliotrope. HEX triplet: D7, 45 and FB. RGB value is (215,69,251). Sum of RGB (Red+Green+Blue) = 215+69+251=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 69 (27.34% from 255 or 12.90% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #D745FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D745FB is #28BA04. Grayscale: #848484. Windows color (decimal): -2669061 or 16467415. OLE color: 16467415.

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

Color convert

RGB 215 69 251 -
CMYK 0.14 0.73 0 0.02
HSL 288.13º 0.96% 0.63% -
HSV(B) 288.13º 0.73% 0.98% -
XYZ 47.57 25.67 93.71 -
YUV 133.4 194.37 186.2 -
System Red Green Blue C M Y K H S L
Decimal 215 69 251 0.14 0.73 0 0.02 288.13 0.96 0.63
Hex D7 45 FB E 49 0 2 120 60 3F
Octal 327 105 373 16 111 0 2 440 140 77
Binary 11010111 1000101 11111011 1110 1001001 0 10 100100000 1100000 111111

Color Harmonies of #D745FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D745FB

Black with #D745FB

Text Example


Text Example

White with #D745FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D745FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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