Html Css Color HEX #D074F3 Heliotrope

📋 copy color: '#D074F3'

red 208 ◦ green 116 ◦ blue 243

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

Shades of Heliotrope #D074F3

Tints of Heliotrope #D074F3

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.46%

 BLUE value IS 243 (95.31% from 255) = 42.86%

R = 36.68%
G = 20.46%
B = 42.86%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D074F3 (or 0xD074F3) is known color: Heliotrope. HEX triplet: D0, 74 and F3. RGB value is (208,116,243). Sum of RGB (Red+Green+Blue) = 208+116+243=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #D074F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074F3 is #2F8B0C. Grayscale: #9D9D9D. Windows color (decimal): -3115789 or 15955152. OLE color: 15955152.

HSL color Cylindrical-coordinate representation of color #D074F3: hue angle of 283.46º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D074F3 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 116 243 -
CMYK 0.14 0.52 0 0.05
HSL 283.46º 0.84% 0.7% -
HSV(B) 283.46º 0.52% 0.95% -
XYZ 48.44 32.37 88.49 -
YUV 157.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 208 116 243 0.14 0.52 0 0.05 283.46 0.84 0.7
Hex D0 74 F3 E 34 0 5 11B 54 46
Octal 320 164 363 16 64 0 5 433 124 106
Binary 11010000 1110100 11110011 1110 110100 0 101 100011011 1010100 1000110

Color Harmonies of #D074F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074F3

Black with #D074F3

Text Example


Text Example

White with #D074F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074F3; }

 p { color: rgb(208,116,243); }

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

background-color css

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

 a { background-color: rgb(208,116,243); }

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

border-color css

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

 span { border-color: rgb(208,116,243); }

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