Html Css Color HEX #D069ED Heliotrope

📋 copy color: '#D069ED'

red 208 ◦ green 105 ◦ blue 237

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

Shades of Heliotrope #D069ED

Tints of Heliotrope #D069ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 37.82%
G = 19.09%
B = 43.09%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D069ED (or 0xD069ED) is known color: Heliotrope. HEX triplet: D0, 69 and ED. RGB value is (208,105,237). Sum of RGB (Red+Green+Blue) = 208+105+237=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #D069ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069ED is #2F9612. Grayscale: #969696. Windows color (decimal): -3118611 or 15559120. OLE color: 15559120.

HSL color Cylindrical-coordinate representation of color #D069ED: hue angle of 286.82º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D069ED is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 105 237 -
CMYK 0.12 0.56 0 0.07
HSL 286.82º 0.79% 0.67% -
HSV(B) 286.82º 0.56% 0.93% -
XYZ 46.35 29.63 83.4 -
YUV 150.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 208 105 237 0.12 0.56 0 0.07 286.82 0.79 0.67
Hex D0 69 ED C 38 0 7 11F 4F 43
Octal 320 151 355 14 70 0 7 437 117 103
Binary 11010000 1101001 11101101 1100 111000 0 111 100011111 1001111 1000011

Color Harmonies of #D069ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069ED

Black with #D069ED

Text Example


Text Example

White with #D069ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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