Html Css Color HEX #D069EF Heliotrope

📋 copy color: '#D069EF'

red 208 ◦ green 105 ◦ blue 239

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

Shades of Heliotrope #D069EF

Tints of Heliotrope #D069EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.3%

R = 37.68%
G = 19.02%
B = 43.3%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D069EF (or 0xD069EF) is known color: Heliotrope. HEX triplet: D0, 69 and EF. RGB value is (208,105,239). Sum of RGB (Red+Green+Blue) = 208+105+239=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #D069EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069EF is #2F9610. Grayscale: #969696. Windows color (decimal): -3118609 or 15690192. OLE color: 15690192.

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

Color convert

RGB 208 105 239 -
CMYK 0.13 0.56 0 0.06
HSL 286.12º 0.81% 0.67% -
HSV(B) 286.12º 0.56% 0.94% -
XYZ 46.64 29.75 84.94 -
YUV 151.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 208 105 239 0.13 0.56 0 0.06 286.12 0.81 0.67
Hex D0 69 EF D 38 0 6 11E 51 43
Octal 320 151 357 15 70 0 6 436 121 103
Binary 11010000 1101001 11101111 1101 111000 0 110 100011110 1010001 1000011

Color Harmonies of #D069EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069EF

Black with #D069EF

Text Example


Text Example

White with #D069EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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