Html Css Color HEX #D069FA Heliotrope

📋 copy color: '#D069FA'

red 208 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #D069FA

Tints of Heliotrope #D069FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 36.94%
G = 18.65%
B = 44.4%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D069FA (or 0xD069FA) is known color: Heliotrope. HEX triplet: D0, 69 and FA. RGB value is (208,105,250). Sum of RGB (Red+Green+Blue) = 208+105+250=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #D069FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069FA is #2F9605. Grayscale: #979797. Windows color (decimal): -3118598 or 16411088. OLE color: 16411088.

HSL color Cylindrical-coordinate representation of color #D069FA: hue angle of 282.62º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D069FA is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 105 250 -
CMYK 0.17 0.58 0 0.02
HSL 282.62º 0.94% 0.7% -
HSV(B) 282.62º 0.58% 0.98% -
XYZ 48.32 30.42 93.77 -
YUV 152.33 183.12 167.71 -
System Red Green Blue C M Y K H S L
Decimal 208 105 250 0.17 0.58 0 0.02 282.62 0.94 0.7
Hex D0 69 FA 11 3A 0 2 11B 5E 46
Octal 320 151 372 21 72 0 2 433 136 106
Binary 11010000 1101001 11111010 10001 111010 0 10 100011011 1011110 1000110

Color Harmonies of #D069FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069FA

Black with #D069FA

Text Example


Text Example

White with #D069FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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