Html Css Color HEX #D069F7 Heliotrope

📋 copy color: '#D069F7'

red 208 ◦ green 105 ◦ blue 247

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

Shades of Heliotrope #D069F7

Tints of Heliotrope #D069F7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.75%

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

R = 37.14%
G = 18.75%
B = 44.11%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D069F7 (or 0xD069F7) is known color: Heliotrope. HEX triplet: D0, 69 and F7. RGB value is (208,105,247). Sum of RGB (Red+Green+Blue) = 208+105+247=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #D069F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069F7 is #2F9608. Grayscale: #979797. Windows color (decimal): -3118601 or 16214480. OLE color: 16214480.

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

Color convert

RGB 208 105 247 -
CMYK 0.16 0.57 0 0.03
HSL 283.52º 0.9% 0.69% -
HSV(B) 283.52º 0.57% 0.97% -
XYZ 47.85 30.23 91.31 -
YUV 151.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 208 105 247 0.16 0.57 0 0.03 283.52 0.9 0.69
Hex D0 69 F7 10 39 0 3 11C 5A 45
Octal 320 151 367 20 71 0 3 434 132 105
Binary 11010000 1101001 11110111 10000 111001 0 11 100011100 1011010 1000101

Color Harmonies of #D069F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069F7

Black with #D069F7

Text Example


Text Example

White with #D069F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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