Html Css Color HEX #D75FF2 Heliotrope

📋 copy color: '#D75FF2'

red 215 ◦ green 95 ◦ blue 242

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

Shades of Heliotrope #D75FF2

Tints of Heliotrope #D75FF2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.21%

 BLUE value IS 242 (94.92% from 255) = 43.84%

R = 38.95%
G = 17.21%
B = 43.84%

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

#D75FF2 (or 0xD75FF2) is known color: Heliotrope. HEX triplet: D7, 5F and F2. RGB value is (215,95,242). Sum of RGB (Red+Green+Blue) = 215+95+242=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #D75FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75FF2 is #28A00D. Grayscale: #939393. Windows color (decimal): -2662414 or 15884247. OLE color: 15884247.

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

Color convert

RGB 215 95 242 -
CMYK 0.11 0.61 0 0.05
HSL 288.98º 0.85% 0.66% -
HSV(B) 288.98º 0.61% 0.95% -
XYZ 48.14 29.04 87.07 -
YUV 147.64 181.26 176.05 -
System Red Green Blue C M Y K H S L
Decimal 215 95 242 0.11 0.61 0 0.05 288.98 0.85 0.66
Hex D7 5F F2 B 3D 0 5 121 55 42
Octal 327 137 362 13 75 0 5 441 125 102
Binary 11010111 1011111 11110010 1011 111101 0 101 100100001 1010101 1000010

Color Harmonies of #D75FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75FF2

Black with #D75FF2

Text Example


Text Example

White with #D75FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75FF2; }

 p { color: rgb(215,95,242); }

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

background-color css

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

 a { background-color: rgb(215,95,242); }

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

border-color css

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

 span { border-color: rgb(215,95,242); }

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