Html Css Color HEX #D063FD Heliotrope

📋 copy color: '#D063FD'

red 208 ◦ green 99 ◦ blue 253

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

Shades of Heliotrope #D063FD

Tints of Heliotrope #D063FD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.68%

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

R = 37.14%
G = 17.68%
B = 45.18%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D063FD (or 0xD063FD) is known color: Heliotrope. HEX triplet: D0, 63 and FD. RGB value is (208,99,253). Sum of RGB (Red+Green+Blue) = 208+99+253=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #D063FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D063FD is #2F9C02. Grayscale: #949494. Windows color (decimal): -3120131 or 16606160. OLE color: 16606160.

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

Color convert

RGB 208 99 253 -
CMYK 0.18 0.61 0 0.01
HSL 282.47º 0.97% 0.69% -
HSV(B) 282.47º 0.61% 0.99% -
XYZ 48.2 29.43 96.07 -
YUV 149.15 186.61 169.98 -
System Red Green Blue C M Y K H S L
Decimal 208 99 253 0.18 0.61 0 0.01 282.47 0.97 0.69
Hex D0 63 FD 12 3D 0 1 11A 61 45
Octal 320 143 375 22 75 0 1 432 141 105
Binary 11010000 1100011 11111101 10010 111101 0 1 100011010 1100001 1000101

Color Harmonies of #D063FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D063FD

Black with #D063FD

Text Example


Text Example

White with #D063FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D063FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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