Html Css Color HEX #D850FD Heliotrope

📋 copy color: '#D850FD'

red 216 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #D850FD

Tints of Heliotrope #D850FD

RGB

 RED value IS 216 (84.77% from 255) = 39.34%

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

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

R = 39.34%
G = 14.57%
B = 46.08%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D850FD (or 0xD850FD) is known color: Heliotrope. HEX triplet: D8, 50 and FD. RGB value is (216,80,253). Sum of RGB (Red+Green+Blue) = 216+80+253=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #D850FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D850FD is #27AF02. Grayscale: #8B8B8B. Windows color (decimal): -2600707 or 16601304. OLE color: 16601304.

HSL color Cylindrical-coordinate representation of color #D850FD: hue angle of 287.17º 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 #D850FD is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 80 253 -
CMYK 0.15 0.68 0 0.01
HSL 287.17º 0.98% 0.65% -
HSV(B) 287.17º 0.68% 0.99% -
XYZ 48.92 27.43 95.64 -
YUV 140.39 191.56 181.93 -
System Red Green Blue C M Y K H S L
Decimal 216 80 253 0.15 0.68 0 0.01 287.17 0.98 0.65
Hex D8 50 FD F 44 0 1 11F 62 41
Octal 330 120 375 17 104 0 1 437 142 101
Binary 11011000 1010000 11111101 1111 1000100 0 1 100011111 1100010 1000001

Color Harmonies of #D850FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850FD

Black with #D850FD

Text Example


Text Example

White with #D850FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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