Html Css Color HEX #D069FD Heliotrope

📋 copy color: '#D069FD'

red 208 ◦ green 105 ◦ blue 253

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

Shades of Heliotrope #D069FD

Tints of Heliotrope #D069FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.7%

R = 36.75%
G = 18.55%
B = 44.7%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D069FD (or 0xD069FD) is known color: Heliotrope. HEX triplet: D0, 69 and FD. RGB value is (208,105,253). Sum of RGB (Red+Green+Blue) = 208+105+253=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #D069FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069FD is #2F9602. Grayscale: #989898. Windows color (decimal): -3118595 or 16607696. OLE color: 16607696.

HSL color Cylindrical-coordinate representation of color #D069FD: hue angle of 281.76º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D069FD is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 105 253 -
CMYK 0.18 0.58 0 0.01
HSL 281.76º 0.97% 0.7% -
HSV(B) 281.76º 0.58% 0.99% -
XYZ 48.79 30.6 96.26 -
YUV 152.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 208 105 253 0.18 0.58 0 0.01 281.76 0.97 0.7
Hex D0 69 FD 12 3A 0 1 11A 61 46
Octal 320 151 375 22 72 0 1 432 141 106
Binary 11010000 1101001 11111101 10010 111010 0 1 100011010 1100001 1000110

Color Harmonies of #D069FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069FD

Black with #D069FD

Text Example


Text Example

White with #D069FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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