Html Css Color HEX #D75DF1 Heliotrope

📋 copy color: '#D75DF1'

red 215 ◦ green 93 ◦ blue 241

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

Shades of Heliotrope #D75DF1

Tints of Heliotrope #D75DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.94%

 BLUE value IS 241 (94.53% from 255) = 43.9%

R = 39.16%
G = 16.94%
B = 43.9%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D75DF1 (or 0xD75DF1) is known color: Heliotrope. HEX triplet: D7, 5D and F1. RGB value is (215,93,241). Sum of RGB (Red+Green+Blue) = 215+93+241=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #D75DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75DF1 is #28A20E. Grayscale: #919191. Windows color (decimal): -2662927 or 15818199. OLE color: 15818199.

HSL color Cylindrical-coordinate representation of color #D75DF1: hue angle of 289.46º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75DF1 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 93 241 -
CMYK 0.11 0.61 0 0.05
HSL 289.46º 0.84% 0.65% -
HSV(B) 289.46º 0.61% 0.95% -
XYZ 47.82 28.63 86.22 -
YUV 146.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 215 93 241 0.11 0.61 0 0.05 289.46 0.84 0.65
Hex D7 5D F1 B 3D 0 5 121 54 41
Octal 327 135 361 13 75 0 5 441 124 101
Binary 11010111 1011101 11110001 1011 111101 0 101 100100001 1010100 1000001

Color Harmonies of #D75DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75DF1

Black with #D75DF1

Text Example


Text Example

White with #D75DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75DF1; }

 p { color: rgb(215,93,241); }

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

background-color css

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

 a { background-color: rgb(215,93,241); }

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

border-color css

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

 span { border-color: rgb(215,93,241); }

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