Html Css Color HEX #D150F6 Heliotrope

📋 copy color: '#D150F6'

red 209 ◦ green 80 ◦ blue 246

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

Shades of Heliotrope #D150F6

Tints of Heliotrope #D150F6

RGB

 RED value IS 209 (82.03% from 255) = 39.07%

 GREEN value IS 80 (31.64% from 255) = 14.95%

 BLUE value IS 246 (96.48% from 255) = 45.98%

R = 39.07%
G = 14.95%
B = 45.98%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D150F6 (or 0xD150F6) is known color: Heliotrope. HEX triplet: D1, 50 and F6. RGB value is (209,80,246). Sum of RGB (Red+Green+Blue) = 209+80+246=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 80 (31.64% from 255 or 14.95% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #D150F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150F6 is #2EAF09. Grayscale: #888888. Windows color (decimal): -3059466 or 16142545. OLE color: 16142545.

HSL color Cylindrical-coordinate representation of color #D150F6: hue angle of 286.63º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D150F6 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 80 246 -
CMYK 0.15 0.67 0 0.04
HSL 286.63º 0.9% 0.64% -
HSV(B) 286.63º 0.67% 0.96% -
XYZ 45.8 25.95 89.78 -
YUV 137.5 189.24 179 -
System Red Green Blue C M Y K H S L
Decimal 209 80 246 0.15 0.67 0 0.04 286.63 0.9 0.64
Hex D1 50 F6 F 43 0 4 11F 5A 40
Octal 321 120 366 17 103 0 4 437 132 100
Binary 11010001 1010000 11110110 1111 1000011 0 100 100011111 1011010 1000000

Color Harmonies of #D150F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150F6

Black with #D150F6

Text Example


Text Example

White with #D150F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150F6; }

 p { color: rgb(209,80,246); }

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

background-color css

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

 a { background-color: rgb(209,80,246); }

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

border-color css

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

 span { border-color: rgb(209,80,246); }

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