Html Css Color HEX #D065F7 Heliotrope

📋 copy color: '#D065F7'

red 208 ◦ green 101 ◦ blue 247

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

Shades of Heliotrope #D065F7

Tints of Heliotrope #D065F7

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.17%

 BLUE value IS 247 (96.88% from 255) = 44.42%

R = 37.41%
G = 18.17%
B = 44.42%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D065F7 (or 0xD065F7) is known color: Heliotrope. HEX triplet: D0, 65 and F7. RGB value is (208,101,247). Sum of RGB (Red+Green+Blue) = 208+101+247=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #D065F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065F7 is #2F9A08. Grayscale: #959595. Windows color (decimal): -3119625 or 16213456. OLE color: 16213456.

HSL color Cylindrical-coordinate representation of color #D065F7: hue angle of 283.97º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D065F7 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 101 247 -
CMYK 0.16 0.59 0 0.03
HSL 283.97º 0.9% 0.68% -
HSV(B) 283.97º 0.59% 0.97% -
XYZ 47.45 29.43 91.18 -
YUV 149.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 208 101 247 0.16 0.59 0 0.03 283.97 0.9 0.68
Hex D0 65 F7 10 3B 0 3 11C 5A 44
Octal 320 145 367 20 73 0 3 434 132 104
Binary 11010000 1100101 11110111 10000 111011 0 11 100011100 1011010 1000100

Color Harmonies of #D065F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065F7

Black with #D065F7

Text Example


Text Example

White with #D065F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065F7; }

 p { color: rgb(208,101,247); }

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

background-color css

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

 a { background-color: rgb(208,101,247); }

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

border-color css

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

 span { border-color: rgb(208,101,247); }

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