Html Css Color HEX #D75AF1 Heliotrope

📋 copy color: '#D75AF1'

red 215 ◦ green 90 ◦ blue 241

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

Shades of Heliotrope #D75AF1

Tints of Heliotrope #D75AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.48%

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

R = 39.38%
G = 16.48%
B = 44.14%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D75AF1 (or 0xD75AF1) is known color: Heliotrope. HEX triplet: D7, 5A and F1. RGB value is (215,90,241). Sum of RGB (Red+Green+Blue) = 215+90+241=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #D75AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75AF1 is #28A50E. Grayscale: #909090. Windows color (decimal): -2663695 or 15817431. OLE color: 15817431.

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

Color convert

RGB 215 90 241 -
CMYK 0.11 0.63 0 0.05
HSL 289.67º 0.84% 0.65% -
HSV(B) 289.67º 0.63% 0.95% -
XYZ 47.56 28.11 86.14 -
YUV 144.59 182.41 178.22 -
System Red Green Blue C M Y K H S L
Decimal 215 90 241 0.11 0.63 0 0.05 289.67 0.84 0.65
Hex D7 5A F1 B 3F 0 5 122 54 41
Octal 327 132 361 13 77 0 5 442 124 101
Binary 11010111 1011010 11110001 1011 111111 0 101 100100010 1010100 1000001

Color Harmonies of #D75AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75AF1

Black with #D75AF1

Text Example


Text Example

White with #D75AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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