Html Css Color HEX #D072FD Heliotrope

📋 copy color: '#D072FD'

red 208 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #D072FD

Tints of Heliotrope #D072FD

RGB

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

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

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

R = 36.17%
G = 19.83%
B = 44%

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

#D072FD (or 0xD072FD) is known color: Heliotrope. HEX triplet: D0, 72 and FD. RGB value is (208,114,253). Sum of RGB (Red+Green+Blue) = 208+114+253=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #D072FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D072FD is #2F8D02. Grayscale: #9D9D9D. Windows color (decimal): -3116291 or 16610000. OLE color: 16610000.

HSL color Cylindrical-coordinate representation of color #D072FD: hue angle of 280.58º 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 #D072FD is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 114 253 -
CMYK 0.18 0.55 0 0.01
HSL 280.58º 0.97% 0.72% -
HSV(B) 280.58º 0.55% 0.99% -
XYZ 49.76 32.54 96.59 -
YUV 157.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 208 114 253 0.18 0.55 0 0.01 280.58 0.97 0.72
Hex D0 72 FD 12 37 0 1 119 61 48
Octal 320 162 375 22 67 0 1 431 141 110
Binary 11010000 1110010 11111101 10010 110111 0 1 100011001 1100001 1001000

Color Harmonies of #D072FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072FD

Black with #D072FD

Text Example


Text Example

White with #D072FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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