Html Css Color HEX #D069F4 Heliotrope

📋 copy color: '#D069F4'

red 208 ◦ green 105 ◦ blue 244

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

Shades of Heliotrope #D069F4

Tints of Heliotrope #D069F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.81%

R = 37.34%
G = 18.85%
B = 43.81%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D069F4 (or 0xD069F4) is known color: Heliotrope. HEX triplet: D0, 69 and F4. RGB value is (208,105,244). Sum of RGB (Red+Green+Blue) = 208+105+244=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #D069F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069F4 is #2F960B. Grayscale: #979797. Windows color (decimal): -3118604 or 16017872. OLE color: 16017872.

HSL color Cylindrical-coordinate representation of color #D069F4: hue angle of 284.46º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D069F4 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 105 244 -
CMYK 0.15 0.57 0 0.04
HSL 284.46º 0.86% 0.68% -
HSV(B) 284.46º 0.57% 0.96% -
XYZ 47.39 30.04 88.89 -
YUV 151.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 208 105 244 0.15 0.57 0 0.04 284.46 0.86 0.68
Hex D0 69 F4 F 39 0 4 11C 56 44
Octal 320 151 364 17 71 0 4 434 126 104
Binary 11010000 1101001 11110100 1111 111001 0 100 100011100 1010110 1000100

Color Harmonies of #D069F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069F4

Black with #D069F4

Text Example


Text Example

White with #D069F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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