Html Css Color HEX #D672F0 Heliotrope

📋 copy color: '#D672F0'

red 214 ◦ green 114 ◦ blue 240

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

Shades of Heliotrope #D672F0

Tints of Heliotrope #D672F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.25%

R = 37.68%
G = 20.07%
B = 42.25%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D672F0 (or 0xD672F0) is known color: Heliotrope. HEX triplet: D6, 72 and F0. RGB value is (214,114,240). Sum of RGB (Red+Green+Blue) = 214+114+240=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #D672F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D672F0 is #298D0F. Grayscale: #9D9D9D. Windows color (decimal): -2723088 or 15758038. OLE color: 15758038.

HSL color Cylindrical-coordinate representation of color #D672F0: hue angle of 287.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D672F0 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 114 240 -
CMYK 0.11 0.52 0 0.06
HSL 287.62º 0.81% 0.69% -
HSV(B) 287.62º 0.53% 0.94% -
XYZ 49.48 32.62 86.13 -
YUV 158.26 174.13 167.75 -
System Red Green Blue C M Y K H S L
Decimal 214 114 240 0.11 0.52 0 0.06 287.62 0.81 0.69
Hex D6 72 F0 B 34 0 6 120 51 45
Octal 326 162 360 13 64 0 6 440 121 105
Binary 11010110 1110010 11110000 1011 110100 0 110 100100000 1010001 1000101

Color Harmonies of #D672F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672F0

Black with #D672F0

Text Example


Text Example

White with #D672F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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