Html Css Color HEX #D150FF Heliotrope

📋 copy color: '#D150FF'

red 209 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #D150FF

Tints of Heliotrope #D150FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.88%

R = 38.42%
G = 14.71%
B = 46.88%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D150FF (or 0xD150FF) is known color: Heliotrope. HEX triplet: D1, 50 and FF. RGB value is (209,80,255). Sum of RGB (Red+Green+Blue) = 209+80+255=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #D150FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150FF is #2EAF00. Grayscale: #898989. Windows color (decimal): -3059457 or 16732369. OLE color: 16732369.

HSL color Cylindrical-coordinate representation of color #D150FF: hue angle of 284.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D150FF is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 209 80 255 -
CMYK 0.18 0.69 0 0
HSL 284.23º 1% 0.66% -
HSV(B) 284.23º 0.69% 1% -
XYZ 47.21 26.51 97.24 -
YUV 138.52 193.74 178.27 -
System Red Green Blue C M Y K H S L
Decimal 209 80 255 0.18 0.69 0 0 284.23 1 0.66
Hex D1 50 FF 12 45 0 0 11C 64 42
Octal 321 120 377 22 105 0 0 434 144 102
Binary 11010001 1010000 11111111 10010 1000101 0 0 100011100 1100100 1000010

Color Harmonies of #D150FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150FF

Black with #D150FF

Text Example


Text Example

White with #D150FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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