Html Css Color HEX #D069EB Heliotrope

📋 copy color: '#D069EB'

red 208 ◦ green 105 ◦ blue 235

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

Shades of Heliotrope #D069EB

Tints of Heliotrope #D069EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.88%

R = 37.96%
G = 19.16%
B = 42.88%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D069EB (or 0xD069EB) is known color: Heliotrope. HEX triplet: D0, 69 and EB. RGB value is (208,105,235). Sum of RGB (Red+Green+Blue) = 208+105+235=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #D069EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069EB is #2F9614. Grayscale: #969696. Windows color (decimal): -3118613 or 15428048. OLE color: 15428048.

HSL color Cylindrical-coordinate representation of color #D069EB: hue angle of 287.54º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D069EB is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 105 235 -
CMYK 0.11 0.55 0 0.08
HSL 287.54º 0.76% 0.67% -
HSV(B) 287.54º 0.55% 0.92% -
XYZ 46.06 29.51 81.87 -
YUV 150.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 208 105 235 0.11 0.55 0 0.08 287.54 0.76 0.67
Hex D0 69 EB B 37 0 8 120 4C 43
Octal 320 151 353 13 67 0 10 440 114 103
Binary 11010000 1101001 11101011 1011 110111 0 1000 100100000 1001100 1000011

Color Harmonies of #D069EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069EB

Black with #D069EB

Text Example


Text Example

White with #D069EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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