Html Css Color HEX #D073FD Heliotrope

📋 copy color: '#D073FD'

red 208 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #D073FD

Tints of Heliotrope #D073FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.97%

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

R = 36.11%
G = 19.97%
B = 43.92%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D073FD (or 0xD073FD) is known color: Heliotrope. HEX triplet: D0, 73 and FD. RGB value is (208,115,253). Sum of RGB (Red+Green+Blue) = 208+115+253=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #D073FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D073FD is #2F8C02. Grayscale: #9E9E9E. Windows color (decimal): -3116035 or 16610256. OLE color: 16610256.

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

Color convert

RGB 208 115 253 -
CMYK 0.18 0.55 0 0.01
HSL 280.43º 0.97% 0.72% -
HSV(B) 280.43º 0.55% 0.99% -
XYZ 49.87 32.76 96.62 -
YUV 158.54 181.31 163.28 -
System Red Green Blue C M Y K H S L
Decimal 208 115 253 0.18 0.55 0 0.01 280.43 0.97 0.72
Hex D0 73 FD 12 37 0 1 118 61 48
Octal 320 163 375 22 67 0 1 430 141 110
Binary 11010000 1110011 11111101 10010 110111 0 1 100011000 1100001 1001000

Color Harmonies of #D073FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073FD

Black with #D073FD

Text Example


Text Example

White with #D073FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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