Html Css Color HEX #D672FA Heliotrope

📋 copy color: '#D672FA'

red 214 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #D672FA

Tints of Heliotrope #D672FA

RGB

 RED value IS 214 (83.98% from 255) = 37.02%

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

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

R = 37.02%
G = 19.72%
B = 43.25%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D672FA (or 0xD672FA) is known color: Heliotrope. HEX triplet: D6, 72 and FA. RGB value is (214,114,250). Sum of RGB (Red+Green+Blue) = 214+114+250=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #D672FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D672FA is #298D05. Grayscale: #9E9E9E. Windows color (decimal): -2723078 or 16413398. OLE color: 16413398.

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

Color convert

RGB 214 114 250 -
CMYK 0.14 0.54 0 0.02
HSL 284.12º 0.93% 0.71% -
HSV(B) 284.12º 0.54% 0.98% -
XYZ 51 33.23 94.17 -
YUV 159.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 214 114 250 0.14 0.54 0 0.02 284.12 0.93 0.71
Hex D6 72 FA E 36 0 2 11C 5D 47
Octal 326 162 372 16 66 0 2 434 135 107
Binary 11010110 1110010 11111010 1110 110110 0 10 100011100 1011101 1000111

Color Harmonies of #D672FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672FA

Black with #D672FA

Text Example


Text Example

White with #D672FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672FA; }

 p { color: rgb(214,114,250); }

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

background-color css

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

 a { background-color: rgb(214,114,250); }

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

border-color css

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

 span { border-color: rgb(214,114,250); }

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