Html Css Color HEX #D072F3 Heliotrope

📋 copy color: '#D072F3'

red 208 ◦ green 114 ◦ blue 243

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

Shades of Heliotrope #D072F3

Tints of Heliotrope #D072F3

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.18%

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

R = 36.81%
G = 20.18%
B = 43.01%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D072F3 (or 0xD072F3) is known color: Heliotrope. HEX triplet: D0, 72 and F3. RGB value is (208,114,243). Sum of RGB (Red+Green+Blue) = 208+114+243=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #D072F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D072F3 is #2F8D0C. Grayscale: #9C9C9C. Windows color (decimal): -3116301 or 15954640. OLE color: 15954640.

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

Color convert

RGB 208 114 243 -
CMYK 0.14 0.53 0 0.05
HSL 283.72º 0.84% 0.7% -
HSV(B) 283.72º 0.53% 0.95% -
XYZ 48.21 31.92 88.41 -
YUV 156.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 208 114 243 0.14 0.53 0 0.05 283.72 0.84 0.7
Hex D0 72 F3 E 35 0 5 11C 54 46
Octal 320 162 363 16 65 0 5 434 124 106
Binary 11010000 1110010 11110011 1110 110101 0 101 100011100 1010100 1000110

Color Harmonies of #D072F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072F3

Black with #D072F3

Text Example


Text Example

White with #D072F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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