Html Css Color HEX #D069F1 Heliotrope

📋 copy color: '#D069F1'

red 208 ◦ green 105 ◦ blue 241

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

Shades of Heliotrope #D069F1

Tints of Heliotrope #D069F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.5%

R = 37.55%
G = 18.95%
B = 43.5%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D069F1 (or 0xD069F1) is known color: Heliotrope. HEX triplet: D0, 69 and F1. RGB value is (208,105,241). Sum of RGB (Red+Green+Blue) = 208+105+241=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #D069F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069F1 is #2F960E. Grayscale: #969696. Windows color (decimal): -3118607 or 15821264. OLE color: 15821264.

HSL color Cylindrical-coordinate representation of color #D069F1: hue angle of 285.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D069F1 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 105 241 -
CMYK 0.14 0.56 0 0.05
HSL 285.44º 0.83% 0.68% -
HSV(B) 285.44º 0.56% 0.95% -
XYZ 46.94 29.86 86.51 -
YUV 151.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 208 105 241 0.14 0.56 0 0.05 285.44 0.83 0.68
Hex D0 69 F1 E 38 0 5 11D 53 44
Octal 320 151 361 16 70 0 5 435 123 104
Binary 11010000 1101001 11110001 1110 111000 0 101 100011101 1010011 1000100

Color Harmonies of #D069F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069F1

Black with #D069F1

Text Example


Text Example

White with #D069F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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