Html Css Color HEX #D051FD Heliotrope

📋 copy color: '#D051FD'

red 208 ◦ green 81 ◦ blue 253

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

Shades of Heliotrope #D051FD

Tints of Heliotrope #D051FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.94%

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

R = 38.38%
G = 14.94%
B = 46.68%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D051FD (or 0xD051FD) is known color: Heliotrope. HEX triplet: D0, 51 and FD. RGB value is (208,81,253). Sum of RGB (Red+Green+Blue) = 208+81+253=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 81 (32.03% from 255 or 14.94% 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 #D051FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D051FD is #2FAE02. Grayscale: #8A8A8A. Windows color (decimal): -3124739 or 16601552. OLE color: 16601552.

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

Color convert

RGB 208 81 253 -
CMYK 0.18 0.68 0 0.01
HSL 284.3º 0.98% 0.65% -
HSV(B) 284.3º 0.68% 0.99% -
XYZ 46.68 26.39 95.56 -
YUV 138.58 192.58 177.51 -
System Red Green Blue C M Y K H S L
Decimal 208 81 253 0.18 0.68 0 0.01 284.3 0.98 0.65
Hex D0 51 FD 12 44 0 1 11C 62 41
Octal 320 121 375 22 104 0 1 434 142 101
Binary 11010000 1010001 11111101 10010 1000100 0 1 100011100 1100010 1000001

Color Harmonies of #D051FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051FD

Black with #D051FD

Text Example


Text Example

White with #D051FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D051FD; }

 p { color: rgb(208,81,253); }

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

background-color css

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

 a { background-color: rgb(208,81,253); }

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

border-color css

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

 span { border-color: rgb(208,81,253); }

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