Html Css Color HEX #D075F1 Heliotrope

📋 copy color: '#D075F1'

red 208 ◦ green 117 ◦ blue 241

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

Shades of Heliotrope #D075F1

Tints of Heliotrope #D075F1

RGB

 RED value IS 208 (81.64% from 255) = 36.75%

 GREEN value IS 117 (46.09% from 255) = 20.67%

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

R = 36.75%
G = 20.67%
B = 42.58%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D075F1 (or 0xD075F1) is known color: Heliotrope. HEX triplet: D0, 75 and F1. RGB value is (208,117,241). Sum of RGB (Red+Green+Blue) = 208+117+241=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #D075F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075F1 is #2F8A0E. Grayscale: #9D9D9D. Windows color (decimal): -3115535 or 15824336. OLE color: 15824336.

HSL color Cylindrical-coordinate representation of color #D075F1: hue angle of 284.03º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D075F1 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 117 241 -
CMYK 0.14 0.51 0 0.05
HSL 284.03º 0.82% 0.7% -
HSV(B) 284.03º 0.51% 0.95% -
XYZ 48.25 32.48 86.95 -
YUV 158.35 174.65 163.42 -
System Red Green Blue C M Y K H S L
Decimal 208 117 241 0.14 0.51 0 0.05 284.03 0.82 0.7
Hex D0 75 F1 E 33 0 5 11C 52 46
Octal 320 165 361 16 63 0 5 434 122 106
Binary 11010000 1110101 11110001 1110 110011 0 101 100011100 1010010 1000110

Color Harmonies of #D075F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075F1

Black with #D075F1

Text Example


Text Example

White with #D075F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075F1; }

 p { color: rgb(208,117,241); }

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

background-color css

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

 a { background-color: rgb(208,117,241); }

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

border-color css

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

 span { border-color: rgb(208,117,241); }

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