Html Css Color HEX #D073FA Heliotrope

📋 copy color: '#D073FA'

red 208 ◦ green 115 ◦ blue 250

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

Shades of Heliotrope #D073FA

Tints of Heliotrope #D073FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 36.3%
G = 20.07%
B = 43.63%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D073FA (or 0xD073FA) is known color: Heliotrope. HEX triplet: D0, 73 and FA. RGB value is (208,115,250). Sum of RGB (Red+Green+Blue) = 208+115+250=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #D073FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D073FA is #2F8C05. Grayscale: #9D9D9D. Windows color (decimal): -3116038 or 16413648. OLE color: 16413648.

HSL color Cylindrical-coordinate representation of color #D073FA: hue angle of 281.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D073FA is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 115 250 -
CMYK 0.17 0.54 0 0.02
HSL 281.33º 0.93% 0.72% -
HSV(B) 281.33º 0.54% 0.98% -
XYZ 49.4 32.57 94.13 -
YUV 158.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 208 115 250 0.17 0.54 0 0.02 281.33 0.93 0.72
Hex D0 73 FA 11 36 0 2 119 5D 48
Octal 320 163 372 21 66 0 2 431 135 110
Binary 11010000 1110011 11111010 10001 110110 0 10 100011001 1011101 1001000

Color Harmonies of #D073FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073FA

Black with #D073FA

Text Example


Text Example

White with #D073FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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