Html Css Color HEX #D065F3 Heliotrope

📋 copy color: '#D065F3'

red 208 ◦ green 101 ◦ blue 243

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

Shades of Heliotrope #D065F3

Tints of Heliotrope #D065F3

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.3%

 BLUE value IS 243 (95.31% from 255) = 44.02%

R = 37.68%
G = 18.3%
B = 44.02%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D065F3 (or 0xD065F3) is known color: Heliotrope. HEX triplet: D0, 65 and F3. RGB value is (208,101,243). Sum of RGB (Red+Green+Blue) = 208+101+243=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #D065F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065F3 is #2F9A0C. Grayscale: #949494. Windows color (decimal): -3119629 or 15951312. OLE color: 15951312.

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

Color convert

RGB 208 101 243 -
CMYK 0.14 0.58 0 0.05
HSL 285.21º 0.86% 0.67% -
HSV(B) 285.21º 0.58% 0.95% -
XYZ 46.84 29.19 87.96 -
YUV 149.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 208 101 243 0.14 0.58 0 0.05 285.21 0.86 0.67
Hex D0 65 F3 E 3A 0 5 11D 56 43
Octal 320 145 363 16 72 0 5 435 126 103
Binary 11010000 1100101 11110011 1110 111010 0 101 100011101 1010110 1000011

Color Harmonies of #D065F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065F3

Black with #D065F3

Text Example


Text Example

White with #D065F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065F3; }

 p { color: rgb(208,101,243); }

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

background-color css

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

 a { background-color: rgb(208,101,243); }

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

border-color css

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

 span { border-color: rgb(208,101,243); }

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