Html Css Color HEX #D150FD Heliotrope

📋 copy color: '#D150FD'

red 209 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #D150FD

Tints of Heliotrope #D150FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 38.56%
G = 14.76%
B = 46.68%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D150FD (or 0xD150FD) is known color: Heliotrope. HEX triplet: D1, 50 and FD. RGB value is (209,80,253). Sum of RGB (Red+Green+Blue) = 209+80+253=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #D150FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150FD is #2EAF02. Grayscale: #898989. Windows color (decimal): -3059459 or 16601297. OLE color: 16601297.

HSL color Cylindrical-coordinate representation of color #D150FD: hue angle of 284.74º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D150FD is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 80 253 -
CMYK 0.17 0.68 0 0.01
HSL 284.74º 0.98% 0.65% -
HSV(B) 284.74º 0.68% 0.99% -
XYZ 46.89 26.38 95.55 -
YUV 138.29 192.74 178.43 -
System Red Green Blue C M Y K H S L
Decimal 209 80 253 0.17 0.68 0 0.01 284.74 0.98 0.65
Hex D1 50 FD 11 44 0 1 11D 62 41
Octal 321 120 375 21 104 0 1 435 142 101
Binary 11010001 1010000 11111101 10001 1000100 0 1 100011101 1100010 1000001

Color Harmonies of #D150FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150FD

Black with #D150FD

Text Example


Text Example

White with #D150FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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